no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@358 bb69d46d-e84e-40c8-a05a-06db0d633741
Frederico Palma 19 years ago
parent 305798bb1c
commit e84392d23c

@ -45,7 +45,7 @@ public class ProcessoWindow extends JFrame
setTitle( TITLE ); setTitle( TITLE );
estruturaPanel = new EstruturaProcessoPanel(); estruturaPanel = new EstruturaProcessoPanel();
processoPanel = new ProcessoPanel( estruturaPanel ); processoPanel = new ProcessoPanel();
processoPanel.setBorder( BorderFactory.createEtchedBorder() ); processoPanel.setBorder( BorderFactory.createEtchedBorder() );
detalhesPanel = new JPanel(); detalhesPanel = new JPanel();
detalhesPanel.setBorder( BorderFactory.createEtchedBorder() ); detalhesPanel.setBorder( BorderFactory.createEtchedBorder() );

Loading…
Cancel
Save