forked from Coded/SIPRP
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							32 lines
						
					
					
						
							531 B
						
					
					
				
			
		
		
	
	
							32 lines
						
					
					
						
							531 B
						
					
					
				| /*
 | |
|  * MarcacaoConsultaExtendedPanel.java
 | |
|  *
 | |
|  * Created on 13 de Fevereiro de 2007, 20:36
 | |
|  *
 | |
|  * To change this template, choose Tools | Template Manager
 | |
|  * and open the template in the editor.
 | |
|  */
 | |
| 
 | |
| package siprp.medicina;
 | |
| 
 | |
| import java.awt.*;
 | |
| import javax.swing.*;
 | |
| 
 | |
| /**
 | |
|  *
 | |
|  * @author Frederico
 | |
|  */
 | |
| public class MarcacaoConsultaExtendedPanel extends JPanel
 | |
| {
 | |
| 	
 | |
| 	/** Creates a new instance of MarcacaoConsultaExtendedPanel */
 | |
| 	public MarcacaoConsultaExtendedPanel()
 | |
| 	{
 | |
| 		setupComponents();
 | |
| 	}
 | |
| 	
 | |
| 	private void setupComponents()
 | |
| 	{
 | |
| 	}
 | |
| }
 |