Search:

Type: Posts; User: Chidy

Search: Search took 0.07 seconds.

  1. Replies
    9
    Views
    5,497

    Re: How to use multiple actionlisteners

    try to make add and counter Class variable
  2. Replies
    9
    Views
    5,497

    Re: How to use multiple actionlisteners

    May be if our forum Vip means this try it
    public void actionPerformed(ActionEvent event)
    {
    if(event.getSource()==add){
    counter++;}
    }
Results 1 to 2 of 2