Advertisement
Guest User

Untitled

a guest
Dec 4th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. public static void main(String[] args){
  2. launch(args);
  3. // ConnectionPool connection = new ConnectionPool("jdbc:mysql://138.197.40.158:3306/communication", "root", "threecats123");
  4. }
  5.  
  6. @Override
  7. public void start(Stage primaryStage) throws Exception{
  8. window = primaryStage;
  9. set(new MainMenu().getScene());
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement