|
@@ -211,7 +211,7 @@ public class GUI implements CategoryListener {
|
|
private final HolonCanvas holonCanvas;
|
|
private final HolonCanvas holonCanvas;
|
|
private final UnitGraph unitGraph;
|
|
private final UnitGraph unitGraph;
|
|
/** Textfield to show the period of an element */
|
|
/** Textfield to show the period of an element */
|
|
- private final JTextField unitGraphLocalPeriod = new JTextField();
|
|
|
|
|
|
+ private final JTextField unitGraphLocalPeriod = new JTextField(6);
|
|
private final JCheckBox unitGraphStretchMode=new JCheckBox();
|
|
private final JCheckBox unitGraphStretchMode=new JCheckBox();
|
|
private final JLabel unitGraphStretchModeLbl=new JLabel(" Use global: ");//Some padding
|
|
private final JLabel unitGraphStretchModeLbl=new JLabel(" Use global: ");//Some padding
|
|
private final JSplitPane splitPane3 = new JSplitPane();
|
|
private final JSplitPane splitPane3 = new JSplitPane();
|