Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. public static void main(String[] args) {
  2. SwingUtilities.invokeLater(new Runnable() {
  3. @Override
  4. public void run() {
  5. RegistrationFrame registrationFrame = new RegistrationFrame();
  6. }
  7. });
  8. System.out.println(registrationFrame.getPerson().toString());
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement