Search:

Type: Posts; User: JoeBrown

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    3,541

    Re: Loop through JLabel and change JLabel

    Ok, I got it solved.

    I need to use the

    panel.validate();
    label.repaint();

    and then panel.remove(label);
  2. Replies
    2
    Views
    3,541

    Loop through JLabel and change JLabel

    Hello Guys,

    Bit stuck here I'm trying to loop through a JLabel and change the label after sleeping for a second, the sleep is working fine but the JLable won't change it just stays static.
    ...
Results 1 to 2 of 2