diff --git a/trunk/siprp/medicina/processo/estrutura/EstruturaProcessoPanel.java b/trunk/siprp/medicina/processo/estrutura/EstruturaProcessoPanel.java index 255047b4..20bfbd9f 100644 --- a/trunk/siprp/medicina/processo/estrutura/EstruturaProcessoPanel.java +++ b/trunk/siprp/medicina/processo/estrutura/EstruturaProcessoPanel.java @@ -54,7 +54,7 @@ public class EstruturaProcessoPanel extends JPanel { provider = ProcessoDataProvider.getProvider(); setupComponents(); - setTrabalhador( new MappableObject( new Integer( 12 ), "Alexandre de Matos Monge" ) ); +// setTrabalhador( new MappableObject( new Integer( 12 ), "Alexandre de Matos Monge" ) ); } private void setupComponents() @@ -97,7 +97,6 @@ public class EstruturaProcessoPanel extends JPanel { mainTree.expandRow( n ); } - repaint(); } protected DefaultMutableTreeNode[] loadProcessos( Integer trabalhadorID )