Advertisement
xlrnxnlx

dsadas

Nov 26th, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.31 KB | None | 0 0
  1.  
  2. import javax.swing.SwingUtilities;
  3.  
  4. // @author rnxn
  5. public class Main {
  6.     public static void main(String[] args) {
  7.         SwingUtilities.invokeLater(new Runnable() {
  8.             @Override
  9.             public void run() {
  10.                 new Handle(new Window("rnxn"));
  11.             }
  12.         });
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement