Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- JSplitPane jsp = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT,new JButton("Links"),new JButton("Rechts"));
- add(jsp);
- setSize(new Dimension(500, 500));
- setVisible(true);
Advertisement