Search:

Type: Posts; User: prettynew

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    2,073

    Re: button update when clicked

    thank you for your time. You helped me a lot :)
  2. Replies
    4
    Views
    2,073

    Re: button update when clicked

    This is the original button

    JButton b00 = new JButton(" ");
    ActionListener ac = new Counter(b00);
    b00.addActionListener(new Counter(b00));
    panelGrid.add(b00);

    And...
  3. Replies
    4
    Views
    2,073

    button update when clicked

    Hello java programmers!
    I am going to ask a simple question (doesn't seem that simple to me though). I want to make a button change its text whenever clicked and i want that to be immediately shown...
Results 1 to 3 of 3