Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    1,358

    Re: Repainting an image

    That looks like it could work.
  2. Replies
    6
    Views
    1,358

    Re: Repainting an image

    When the add(var) method is called, the value in var is copied into the container's variables. Future changes to the contents of var will not change the value that was copied when add() was called....
  3. Replies
    6
    Views
    1,358

    Re: Repainting an image

    The JLabel you added to the container is not being changed. Save the reference to the JLabel that was added and call its methods to change the image it is showing.
Results 1 to 3 of 3