Re: Redraw-Problems with JOptionPane in Swing 1.02
titus.byronicus_at_gmail.com
Date: 03/28/05
- Next message: titus.byronicus_at_gmail.com: "Re: Redraw-Problems with JOptionPane in Swing 1.02"
- Previous message: John McGrath: "Re: GridbagLayout"
- Next in thread: titus.byronicus_at_gmail.com: "Re: Redraw-Problems with JOptionPane in Swing 1.02"
- Maybe reply: titus.byronicus_at_gmail.com: "Re: Redraw-Problems with JOptionPane in Swing 1.02"
- Reply: hiwa: "Re: Redraw-Problems with JOptionPane in Swing 1.02"
- Reply: hiwa: "Re: Redraw-Problems with JOptionPane in Swing 1.02"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 27 Mar 2005 18:18:59 -0800
I am having a similar problem in my Java Swing application. My app
consists of a multiple document interface (the main window JFrame) and
another JFrame for viewing logging output.
Everything works fine in the main window if the Log Viewer window is
not open, but if I open the Log Viewer I start to get some really wierd
visual glitches where the text pane in the Log Viewer that contains the
logged output starts getting drawn all over my main window. It happens
about 90% percent of the time.
It's as though the graphics device context for the Log Viewer window in
my application is overwriting the device context for my main window MDI
or something... It is truly strange and frustrating because I beleive I
am instantiating my window classes correctly and all that.
If anybody knows the reason for this bug or, even better, a fix, please
let me know!
Thanks,
Byron
- Next message: titus.byronicus_at_gmail.com: "Re: Redraw-Problems with JOptionPane in Swing 1.02"
- Previous message: John McGrath: "Re: GridbagLayout"
- Next in thread: titus.byronicus_at_gmail.com: "Re: Redraw-Problems with JOptionPane in Swing 1.02"
- Maybe reply: titus.byronicus_at_gmail.com: "Re: Redraw-Problems with JOptionPane in Swing 1.02"
- Reply: hiwa: "Re: Redraw-Problems with JOptionPane in Swing 1.02"
- Reply: hiwa: "Re: Redraw-Problems with JOptionPane in Swing 1.02"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|