no message

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

@ -157,14 +157,14 @@ public class SIPRPTracker extends WindowTracker
}
} );
medicinaNode.add( new DefaultMutableTreeNode( PrestadoresWindow.TITLE ) );
creators.put( PrestadoresWindow.TITLE, new WindowCreator() {
public TrackableWindow create()
throws Exception
{
return new PrestadoresWindow();
}
} );
// medicinaNode.add( new DefaultMutableTreeNode( PrestadoresWindow.TITLE ) );
// creators.put( PrestadoresWindow.TITLE, new WindowCreator() {
// public TrackableWindow create()
// throws Exception
// {
// return new PrestadoresWindow();
// }
// } );
rootNode.add( medicinaNode );

@ -58,7 +58,7 @@ public class LembretesRemarcacaoPanel extends JPanel
new RemarcacoesActionFactory[]{ },
new RemarcacoesActionFactory[]{ new RemarcacoesActionFactory( RemarcacoesActionFactory.ESTABELECIMENTO ) } );
listEstabelecimentosScroll =
new JScrollPane( listTrabalhadoresPanel, JScrollPane.VERTICAL_SCROLLBAR_ALWAYS,
new JScrollPane( listEstabelecimentosPanel, JScrollPane.VERTICAL_SCROLLBAR_ALWAYS,
JScrollPane.HORIZONTAL_SCROLLBAR_NEVER );
setLayout( new GridLayout( 1, 2 ) );
JPanel trabalhadoresPanel = new JPanel();
@ -77,7 +77,6 @@ public class LembretesRemarcacaoPanel extends JPanel
Lembrete lembretes[] =
provider.getLembretesByTipo(
provider.getTipoLembreteByCodigo( CODE_REMARCACOES ).getID() );
System.out.println( "\nLEMBRETES: " + lembretes.length ) ;
List<IDObject> trabalhadores = new Vector<IDObject>();
List<IDObject> estabelecimentos = new Vector<IDObject>();
for( int n = 0; n < lembretes.length; n++ )
@ -92,10 +91,12 @@ System.out.println( "\nLEMBRETES: " + lembretes.length ) ;
{
}
}
System.out.println( "\nTRABALHADORES: " + trabalhadores.size() ) ;
listTrabalhadoresPanel.showList( trabalhadores.toArray( new IDObject[ trabalhadores.size() ] ) );
listEstabelecimentosPanel.showList( estabelecimentos.toArray( new IDObject[ estabelecimentos.size() ] ) );
listTrabalhadoresScroll.setViewportView( listTrabalhadoresPanel );
}
protected String criarDetalhesMarcacaoTrabalhador( Integer marcacaoID )
{
return null;
}
}

Loading…
Cancel
Save