Search:

Type: Posts; User: GregBrannon

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    2,028

    Re: Update JLabel with new ImageIcon

    Then show the button's actionPerformed() method. You're also calling repaint(), but it's not clear on what component the repaint() is being called, so clarify that. Also, show that component's...
  2. Replies
    5
    Views
    2,028

    Re: Update JLabel with new ImageIcon

    Show the logic that periodically loads a new image and changes the JLabel's image.

    Give your variables better names. Single-letter variable names are almost never appropriate except for some...
Results 1 to 2 of 2