Advertisement
Guest User

Untitled

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