|
|
|
@ -1,6 +1,7 @@
|
|
|
|
package siprp;
|
|
|
|
package siprp;
|
|
|
|
|
|
|
|
|
|
|
|
import siprp.ficha.*;
|
|
|
|
import siprp.ficha.*;
|
|
|
|
|
|
|
|
import siprp.clientes.*;
|
|
|
|
|
|
|
|
|
|
|
|
import com.evolute.utils.*;
|
|
|
|
import com.evolute.utils.*;
|
|
|
|
import com.evolute.utils.db.*;
|
|
|
|
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 LoginWindow( new Main(), "logo"+File.separator + "logo_w400.jpg",
|
|
|
|
new String[] { "SIPRPSoft" },
|
|
|
|
new String[] { "SIPRPSoft" },
|
|
|
|
new String[] { "Vers\u00E3o 1.1", "(EVOLUTE 2004)" }, "",
|
|
|
|
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();
|
|
|
|
return siprpTracker.getRoot();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|