Advertisement
Guest User

Untitled

a guest
Apr 12th, 2012
1,667
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. public class Main {
  2.  
  3. public static void main (String args[]) {
  4.  
  5. Processing p = new Processing();
  6. p.readAllData();
  7.  
  8. GUI_g g = new GUI_g();
  9.  
  10. g.buildGui();
  11.  
  12.  
  13. }
  14.  
  15.  
  16.  
  17.  
  18.  
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement