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...