|
|
|
@ -47,13 +47,13 @@ public class ParameterPropertyPane extends JPanel{
|
|
|
|
|
initParameterListener(); |
|
|
|
|
|
|
|
|
|
this.setLayout(new BorderLayout(0, 6)); |
|
|
|
|
this.setBorder(BorderFactory.createEmptyBorder(10, 10, 10, 10)); |
|
|
|
|
this.add(toolbarPane, BorderLayout.NORTH); |
|
|
|
|
this.setBorder(BorderFactory.createEmptyBorder(0, 10, 0, 10)); |
|
|
|
|
this.add(toolbarPane, BorderLayout.CENTER); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private void setEditor(FormDesigner editor) { |
|
|
|
|
this.remove(FormHierarchyTreePane.getInstance()); |
|
|
|
|
this.add(FormHierarchyTreePane.getInstance(editor), BorderLayout.CENTER); |
|
|
|
|
this.add(FormHierarchyTreePane.getInstance(editor), BorderLayout.NORTH); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private void initParameterListener() { |
|
|
|
|