lopezio / wosaic

Automatically exported from code.google.com/p/wosaic
GNU General Public License v2.0
2 stars 0 forks source link

Content Panel erases itself when re-focusing #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Whenever the window is moved, resized, or minimized/maximized, the content
panel loses all of it's content.  This is a result of the underlying JPanel
calling repaint() on itself.

We will eventually fix this by creating a new class that subclasses JPanel,
and then using that instead.

Original issue reported on code.google.com by swegn...@gmail.com on 4 Jan 2008 at 5:39

GoogleCodeExporter commented 9 years ago

Original comment by csven...@gmail.com on 19 Jan 2008 at 6:03