|
@@ -621,67 +621,67 @@ public class StatPanel2 extends JSplitPane implements GraphListener {
|
|
editPanel.setLayout(null);
|
|
editPanel.setLayout(null);
|
|
|
|
|
|
JLabel lblObject = new JLabel("Object(s):");
|
|
JLabel lblObject = new JLabel("Object(s):");
|
|
- lblObject.setBounds(10, 11, 49, 14);
|
|
|
|
|
|
+ lblObject.setBounds(10, 11, 59, 20);
|
|
editPanel.add(lblObject);
|
|
editPanel.add(lblObject);
|
|
|
|
|
|
showObjectlbl = new JLabel("...");
|
|
showObjectlbl = new JLabel("...");
|
|
- showObjectlbl.setBounds(69, 11, 86, 14);
|
|
|
|
|
|
+ showObjectlbl.setBounds(69, 11, 101, 20);
|
|
editPanel.add(showObjectlbl);
|
|
editPanel.add(showObjectlbl);
|
|
|
|
|
|
JLabel lblProperty = new JLabel("Property:");
|
|
JLabel lblProperty = new JLabel("Property:");
|
|
- lblProperty.setBounds(10, 36, 46, 14);
|
|
|
|
|
|
+ lblProperty.setBounds(10, 36, 59, 20);
|
|
editPanel.add(lblProperty);
|
|
editPanel.add(lblProperty);
|
|
|
|
|
|
showPropertylbl = new JLabel("...");
|
|
showPropertylbl = new JLabel("...");
|
|
- showPropertylbl.setBounds(69, 36, 86, 14);
|
|
|
|
|
|
+ showPropertylbl.setBounds(69, 36, 101, 20);
|
|
editPanel.add(showPropertylbl);
|
|
editPanel.add(showPropertylbl);
|
|
|
|
|
|
JLabel lblGraph = new JLabel("Graph:");
|
|
JLabel lblGraph = new JLabel("Graph:");
|
|
- lblGraph.setBounds(10, 61, 33, 14);
|
|
|
|
|
|
+ lblGraph.setBounds(10, 61, 49, 23);
|
|
editPanel.add(lblGraph);
|
|
editPanel.add(lblGraph);
|
|
|
|
|
|
graphNrTxtField.setColumns(10);
|
|
graphNrTxtField.setColumns(10);
|
|
- graphNrTxtField.setBounds(69, 61, 86, 20);
|
|
|
|
|
|
+ graphNrTxtField.setBounds(69, 61, 101, 23);
|
|
editPanel.add(graphNrTxtField);
|
|
editPanel.add(graphNrTxtField);
|
|
|
|
|
|
JLabel lblColor = new JLabel("Color:");
|
|
JLabel lblColor = new JLabel("Color:");
|
|
- lblColor.setBounds(10, 86, 29, 14);
|
|
|
|
|
|
+ lblColor.setBounds(10, 95, 49, 23);
|
|
editPanel.add(lblColor);
|
|
editPanel.add(lblColor);
|
|
|
|
|
|
- colorComboBox.setBounds(69, 83, 86, 20);
|
|
|
|
|
|
+ colorComboBox.setBounds(69, 95, 101, 23);
|
|
editPanel.add(colorComboBox);
|
|
editPanel.add(colorComboBox);
|
|
|
|
|
|
JLabel lblR = new JLabel("R");
|
|
JLabel lblR = new JLabel("R");
|
|
- lblR.setBounds(10, 111, 11, 14);
|
|
|
|
|
|
+ lblR.setBounds(10, 139, 11, 14);
|
|
editPanel.add(lblR);
|
|
editPanel.add(lblR);
|
|
|
|
|
|
redField.setColumns(10);
|
|
redField.setColumns(10);
|
|
- redField.setBounds(20, 108, 37, 20);
|
|
|
|
|
|
+ redField.setBounds(22, 136, 37, 20);
|
|
editPanel.add(redField);
|
|
editPanel.add(redField);
|
|
|
|
|
|
JLabel lblG = new JLabel("G");
|
|
JLabel lblG = new JLabel("G");
|
|
- lblG.setBounds(58, 111, 11, 14);
|
|
|
|
|
|
+ lblG.setBounds(68, 139, 11, 14);
|
|
editPanel.add(lblG);
|
|
editPanel.add(lblG);
|
|
|
|
|
|
greenField.setColumns(10);
|
|
greenField.setColumns(10);
|
|
- greenField.setBounds(69, 108, 37, 20);
|
|
|
|
|
|
+ greenField.setBounds(79, 136, 37, 20);
|
|
editPanel.add(greenField);
|
|
editPanel.add(greenField);
|
|
|
|
|
|
JLabel lblB = new JLabel("B");
|
|
JLabel lblB = new JLabel("B");
|
|
- lblB.setBounds(108, 111, 10, 14);
|
|
|
|
|
|
+ lblB.setBounds(126, 139, 10, 14);
|
|
editPanel.add(lblB);
|
|
editPanel.add(lblB);
|
|
|
|
|
|
blueField.setColumns(10);
|
|
blueField.setColumns(10);
|
|
- blueField.setBounds(116, 108, 39, 20);
|
|
|
|
|
|
+ blueField.setBounds(133, 136, 37, 20);
|
|
editPanel.add(blueField);
|
|
editPanel.add(blueField);
|
|
|
|
|
|
colorPanel = new JPanel();
|
|
colorPanel = new JPanel();
|
|
colorPanel.setBorder(new LineBorder(new Color(0, 0, 0)));
|
|
colorPanel.setBorder(new LineBorder(new Color(0, 0, 0)));
|
|
colorPanel.setBackground(Color.WHITE);
|
|
colorPanel.setBackground(Color.WHITE);
|
|
- colorPanel.setBounds(10, 136, 49, 36);
|
|
|
|
|
|
+ colorPanel.setBounds(10, 164, 59, 38);
|
|
editPanel.add(colorPanel);
|
|
editPanel.add(colorPanel);
|
|
|
|
|
|
- btnAdd.setBounds(10, 175, 51, 23);
|
|
|
|
|
|
+ btnAdd.setBounds(10, 213, 59, 23);
|
|
editPanel.add(btnAdd);
|
|
editPanel.add(btnAdd);
|
|
splitPane.setDividerLocation(220);
|
|
splitPane.setDividerLocation(220);
|
|
|
|
|