Advertisement
tombenko

Jalculator.java

Jun 15th, 2014
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1.  
  2.  
  3. public class Jalculator{
  4.     /*
  5.      * The running class. Do nothing just hides everything else.
  6.      * */
  7.    
  8.     public static void main(String[] args){
  9.        
  10.         new UserInterface("Jalculator");
  11.        
  12.     }
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement