Advertisement
hibrido10001

ALS.main

Nov 13th, 2011
928
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.24 KB | None | 0 0
  1. /**
  2.  *
  3.  * @author Julio Chinchilla
  4.  */
  5.  
  6. public class main {
  7.  
  8.     @SuppressWarnings("static-access")
  9.     public static void main (String[] argumentos) {
  10.  
  11.         GUI gui = new GUI();
  12.         gui.main(argumentos);        
  13.      }
  14.  
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement