java Programming Glossary: jsplitproblem
Setting divider location on a JSplitPane doesn't work http://stackoverflow.com/questions/7625762/setting-divider-location-on-a-jsplitpane-doesnt-work import javax.swing.JSplitPane public class JSplitProblem extends JFrame public JSplitProblem JPanel upperPanel new JPanel.. public class JSplitProblem extends JFrame public JSplitProblem JPanel upperPanel new JPanel upperPanel.setLayout new BoxLayout.. true public static void main String args new JSplitProblem I would like the black bottom panel to lay on a 50 of the whole..
|