Search:

Type: Posts; User: copeg

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    6,132

    [SOLVED] Re: How to reload JInternalFrame

    repaint()
    That's about all it takes...why don't you post your sample code, in which case the situational conditions and reason for updates/refresh will be more apparent and a better answer might be...
  2. Replies
    7
    Views
    6,132

    [SOLVED] Re: How to reload JInternalFrame

    It depends how you wish to 'update'. You can try calling repaint() to repaint some components, or if you've added other components you should call revalidate.
Results 1 to 2 of 2