|
|
@ -68,7 +68,7 @@ public class DesignerOpenEmptyPanel extends JPanel { |
|
|
|
this.body.add(createIcon, BorderLayout.NORTH); |
|
|
|
this.body.add(createIcon, BorderLayout.NORTH); |
|
|
|
this.body.add(createButtonPanel, BorderLayout.SOUTH); |
|
|
|
this.body.add(createButtonPanel, BorderLayout.SOUTH); |
|
|
|
|
|
|
|
|
|
|
|
setLayout(FRGUIPaneFactory.createCenterLayout(this.body)); |
|
|
|
setLayout(FRGUIPaneFactory.createCenterLayout(this.body, 0.4d)); |
|
|
|
|
|
|
|
|
|
|
|
ColorUtils.syncBackground(this, Color.WHITE); |
|
|
|
ColorUtils.syncBackground(this, Color.WHITE); |
|
|
|
|
|
|
|
|
|
|
|