Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. private void buttonListeners(){
  2. for(int i = 0; i < jPanel.getComponentCount()-4; i++){
  3. jPanel.getComponent(i).addActionListener(new ActionListener(){
  4. @Override
  5. public void actionPerformed(ActionEvent e) {
  6.  
  7. }
  8. });
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement