I am trying to help someone fix her code. She has a stand alone java app that when it opens, is a blank 500,500 pane. When you select a menu item, the appropriate information is supposed to appear. The only problem is it won't appear unless you grab an edge and resize the app first. I have tried calling paint, repaint, update and even tried to manually resize the pane, but nothing works. It is a swing app. The basics of how it works are when a menu item is selected, the actionlistener creates a new pane and adds it to the contentpane. Anyone have any ideas?