Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1. public void actionPerformed(ActionEvent e) {
  2.     if (state == INIT) {
  3.         // ...
  4.         // ...
  5.         // ...
  6.         // ca. 20 lines of something
  7.         // ...
  8.         // ...
  9.         // ...
  10.     }//else if state != INIT then do nothing
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement