no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@95 bb69d46d-e84e-40c8-a05a-06db0d633741
lxbfYeaa
Luis Flores 22 years ago
parent 89f02445d7
commit aa34edbc85

@ -1,6 +1,7 @@
package siprp;
import siprp.ficha.*;
import siprp.clientes.*;
import com.evolute.utils.*;
import com.evolute.utils.db.*;
@ -68,7 +69,7 @@ public class Main implements Connector
new LoginWindow( new Main(), "logo"+File.separator + "logo_w400.jpg",
new String[] { "SIPRPSoft" },
new String[] { "Vers\u00E3o 1.1", "(EVOLUTE 2004)" }, "",
"root", "UNIXLuvsU", new JPanel() ).show();
"root", "UNIXLuvsU", new AvisosPanel(null,null,null) ).show();
}
@ -181,4 +182,5 @@ public class Main implements Connector
{
return siprpTracker.getRoot();
}
}
Loading…
Cancel
Save