Does anyone know if a JSplitPane can be added to a JDesktopPane? I need to separate three JInternalFrames. When i add two internal frames to a JSplitPane then add the JSplitPane to the JDesktopPane nothing shows up even when the internal frames are setVisible(true). Thanks.![]()


Reply With Quote