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
Original issue reported on code.google.com by
swegn...@gmail.com
on 4 Jan 2008 at 5:39