no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@423 bb69d46d-e84e-40c8-a05a-06db0d633741
Frederico Palma 19 years ago
parent 03f6f1659a
commit 39100f42b5

@ -259,6 +259,7 @@ public class ProcessoController
{
idProcesso = e.getObjecto( ProcessoEvent.TIPO_PROCESSO );
estruturaProcessoPanel.actualizarProcessoEscolhido( idProcesso );
detalhesProcessoPanel.setProcessoID( idProcesso );
}
catch( Exception ex )
{

@ -359,6 +359,7 @@ public class EstruturaProcessoPanel extends JPanel
( ( DefaultTreeModel ) mainTree.getModel() ).nodesWereInserted( rootNode, new int[]{ 0 } ) ;
}
mainTree.expandPath( path );
mainTree.setSelectionPath( path );
// while( expandedDescendants.hasMoreElements() )
// {
// mainTree.expandPath( expandedDescendants.nextElement() );

Loading…
Cancel
Save