IntelliJ Java IDE
The moose likes Swing / AWT / SWT / JFace and the fly likes JInternalFrame over JTable Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT / JFace
Reply Bookmark "JInternalFrame over JTable" Watch "JInternalFrame over JTable" New topic
Author

JInternalFrame over JTable

Tim Tully
Greenhorn

Joined: Sep 16, 2001
Posts: 8
I have a JDesktopPane, with the layout manager set to BorderLayout. Then, I have a JTable in the center of that JDesktopPane. Then, I add JInternalFrames to the JDesktopPane as well. My problem is that depending on the size of the JInternalFrames, they draw oddly. (If they are too tall, it chops off badly at the bottom.) Any suggestions? Thanks ahead...
 
IntelliJ Java IDE
 
subject: JInternalFrame over JTable
 
Threads others viewed
Reopening closed JInternalFrames
Window within window
JInternalFrame in JDesktopPane
JSplitPane problem
How to call a JInternalFrame form from an outside JFrame form?
developer file tools