no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@403 bb69d46d-e84e-40c8-a05a-06db0d633741
Frederico Palma 19 years ago
parent 79cb16f113
commit a2c6488574

@ -39,12 +39,14 @@ public class DetalhesProcessoPanel extends JPanel
* Creates a new instance of DetalhesProcessoPanel * Creates a new instance of DetalhesProcessoPanel
*/ */
public DetalhesProcessoPanel( JFrame owner ) public DetalhesProcessoPanel( JFrame owner )
throws Exception
{ {
this.owner = owner; this.owner = owner;
setupComponents(); setupComponents();
} }
private void setupComponents() private void setupComponents()
throws Exception
{ {
blankPanel = new JPanel(); blankPanel = new JPanel();
consultaPanel = new ConsultaPanel( owner ); consultaPanel = new ConsultaPanel( owner );

Loading…
Cancel
Save