Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1.  
  2. public class project_Main {
  3.  
  4. public static void main(String[] args) {
  5.  
  6. //project_GUI.getFile();
  7.  
  8. project_GUI myGUI = new project_GUI();
  9. myGUI.setVisible(true);
  10.  
  11. }
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement