no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@127 bb69d46d-e84e-40c8-a05a-06db0d633741
lxbfYeaa
Frederico Palma 22 years ago
parent 5765ef683c
commit f019dbe711

@ -23,7 +23,7 @@ public class SIPRPTracker extends WindowTracker
{
public static final String FICHA_APTIDAO = "Ficha de Aptid\u00e3o";
public static final String GESTAO_CLIENTES = "Gest\u00e3o de Clientes";
public static final String ESTATISTICAS = "Estat\u00edsticas";
public static final String RELATORIO_ANUAL = "Relat\u00f3rio Anual";
private final AvisosPanel avisos;
private ClientesWindow clientesWindow;
@ -68,8 +68,8 @@ public class SIPRPTracker extends WindowTracker
}
} );
rootNode.add( new DefaultMutableTreeNode( ESTATISTICAS ) );
creators.put( ESTATISTICAS, new WindowCreator() {
rootNode.add( new DefaultMutableTreeNode( RELATORIO_ANUAL ) );
creators.put( RELATORIO_ANUAL, new WindowCreator() {
public TrackableWindow create()
throws Exception
{

Loading…
Cancel
Save