3031323334353637383940
Container container = getContentPane(); JPanel panel = new JPanel(); configPanel = new LeftConfigurationPanel(); panel.setLayout(new GridLayout(1, 2)); panel.add(new JLabel("x,y: ", JLabel.RIGHT)); location = new JLabel("");