diff --git a/trunk/siprp/medicina/processo/ProcessoPanel.java b/trunk/siprp/medicina/processo/ProcessoPanel.java index 369c7738..9de966e9 100644 --- a/trunk/siprp/medicina/processo/ProcessoPanel.java +++ b/trunk/siprp/medicina/processo/ProcessoPanel.java @@ -31,21 +31,6 @@ public class ProcessoPanel extends JPanel private JButton emitirFAButton; private JButton fecharButton; - public static void main( String args[] ) - { - JFrame frm = new JFrame(); - frm.getContentPane().setLayout( new GridLayout( 1, 1 ) ); - frm.getContentPane().add( new ProcessoPanel() ); - frm.pack(); - frm.addWindowListener( new java.awt.event.WindowAdapter(){ - public void windowClosing( java.awt.event.WindowEvent e ) - { - System.exit( 0 ); - } - } ); - frm.setVisible( true ); - } - /** Creates a new instance of ProcessoPanel */ public ProcessoPanel() {