Advertisement
xtroyerall

Main

Oct 1st, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.26 KB | None | 0 0
  1. package genius;
  2.  
  3. import UI.MeuFrame;
  4.  
  5. /**
  6.  *
  7.  * @author Gustavo
  8.  */
  9. public class Main {
  10.  
  11.     /**
  12.      * @param args the command line arguments
  13.      */
  14.     public static void main(String[] args) {
  15.  
  16.         MeuFrame tela = new MeuFrame();
  17.     }
  18.    
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement