Refreshing JDialog

From: Bruce Stemplewski (Bruce.Stemplewski_at_nospamstempsoft.com)
Date: 11/21/04

  • Next message: VisionSet: "cut/copy/paste caret listening"
    Date: Sun, 21 Nov 2004 02:15:11 GMT
    
    

    I have a JDialog that has a button that displays a second JDialog over
    top the first. The OK button on the second dialog calls
    setVisible(false) to close the dialog. I fairly long process then
    starts during which, the first dialog is not repainted. A "shadow" of
    the second dialog remains in place on the first dialog. How can I cause
    the first dialog to be repainted before I start my processing?


  • Next message: VisionSet: "cut/copy/paste caret listening"