c3ce5cc2a9
much smaller than the background image. If we're going to change the preferred size of the StatusPanel, we have to invalidate it so that Window.pack knows to recompute the bounds. The reason this worked sometimes (or even most of the time) is that there's a race condition between the Getdown thread and the AWT thread: sometimes the real interface bits (_ifc) are in place by the time initInterface is first called, sometimes not. For the sake of consistency, we should probably fix that, but for now it's not a big deal: the backgroundless interface is rarely visible.