daviddu@cctexas.com
14 Posts |
Posted - 10 May 2010 : 15:54:21
|
I'm currently working on an applet where I'm adding an array of Dial Meters to a panel, inside a Grid Layout container.
In this application, I'm using a BorderLayout top pane, with a 4x3 grid layout in the center pane, and additional graphics in the lower pane.
The problem I seem to have (and it happens only when I try to add these components), is that the panes don't seem to initially draw. If I resize the display, the entire display updates correctly, and all the data is displayed, but it's as if there isn't an initial paint operation for the panes, and I can't seem to force one.
David |
|