Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    7
    Views
    1,430

    Re: repaint not updating screen

    Glad you got it to work.
  2. Replies
    7
    Views
    1,430

    Re: repaint not updating screen

    That sets the layout manager. You need to call the method that tells the container to have the layout manager re do the layout.
  3. Replies
    7
    Views
    1,430

    Re: repaint not updating screen

    What method is the code calling to tell the container to do a lay out of its components?
  4. Replies
    7
    Views
    1,430

    Re: repaint not updating screen

    When you change the contents of a container you must tell the container to redo the layout of the components that have been added to it. The Container class has a method you should call to tell it...
Results 1 to 4 of 4