Advertisement
Guest User

Untitled

a guest
Jan 14th, 2015
511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.13 KB | None | 0 0
  1. package txteditor;
  2.  
  3.  
  4.  
  5. public class Main {
  6.  
  7.     public static void main(String[] args) {
  8.         new Layout();
  9.        
  10.        
  11.  
  12.  
  13.     }
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement