no message

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

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

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

Loading…
Cancel
Save