Advertisement
Guest User

Untitled

a guest
Jul 1st, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. testButton.addActionListener(new ActionListener() {
  2. public void actionPerformed(ActionEvent arg0) {
  3.  
  4. while (true) {
  5. textArea.setText("testing");
  6. }
  7.  
  8.  
  9. }
  10. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement