From 12d9f7e11fc600d794bb1629e4210c04b53b0b11 Mon Sep 17 00:00:00 2001 From: Frederico Palma Date: Wed, 21 Mar 2007 14:36:36 +0000 Subject: [PATCH] no message git-svn-id: https://svn.coded.pt/svn/SIPRP@340 bb69d46d-e84e-40c8-a05a-06db0d633741 --- trunk/siprp/medicina/processo/ProcessoPanel.java | 15 --------------- 1 file changed, 15 deletions(-) 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() {