예제 #1
0
 /**
  * @param args the command line arguments
  * @throws java.sql.SQLException
  */
 public static void main(String[] args) throws SQLException {
   Operacoes op = new Operacoes();
   op.Setroot();
   Principal roda = new Principal();
   Login login = new Login();
   login.setLogin(true);
   login.LayoutLogin();
   roda.layout();
 }