Advertisement
Oslapas

Untitled

Nov 13th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.19 KB | None | 0 0
  1.   public static void main(String[] args) {
  2.         EventQueue.invokeLater(new Runnable() {
  3.             public void run() {
  4.                 new KeyBindings();
  5.             }
  6.         });
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement