no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@52 bb69d46d-e84e-40c8-a05a-06db0d633741
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Luis Flores 22 years ago
parent 9a0fdafefd
commit c787c33764

@ -30,7 +30,7 @@ public class Main
String server = System.getProperty( "server.address" );
if( server == null )
{
server = "localhost";
server = "ws_fpalma";
}
String dbase = "siprp";
String user = "root";
@ -45,9 +45,9 @@ public class Main
new DBStatementExecuter( dbm.getSharedExecuter() ) );
}
FichaWindow window = new FichaWindow();
// window.setLogo( new ImageIcon(
// new Main().getClass().getClassLoader().getResource( "logo/logo_w400.png" )
// ).getImage() );
window.setLogo( new ImageIcon(
new Main().getClass().getClassLoader().getResource( "logo/logo_w400.png" )
).getImage() );
window.show();
}
}

@ -221,7 +221,7 @@ public class TrabalhadorPanel extends JPanel
public Object save()
{
Integer id = (Integer)sexoPanel.save();
if( id != null && id.intValue() == 2 )
if( id != null && id.intValue() == 1 )
{
return "m";
}

Loading…
Cancel
Save