Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1.                         table[j][i] = new JButton(){ new ActionListener() {
  2.                             @Override
  3.                             public void actionPerformed(ActionEvent e) {
  4.                                 setBackground(Color.BLUE);
  5.                             }
  6.                         }};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement