no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@403 bb69d46d-e84e-40c8-a05a-06db0d633741
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Frederico Palma 19 years ago
parent 79cb16f113
commit a2c6488574

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

Loading…
Cancel
Save