Advertisement
Lowe576

Untitled

May 30th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. private class ReclaimHandler implements ActionListener{
  2. public void actionPerformed(ActionEvent ae){
  3. System.out.println("reclaim");
  4. }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement