|
|
|
@ -46,7 +46,7 @@ public class TabMobileWidgetDefinePane extends MobileWidgetDefinePane {
|
|
|
|
|
|
|
|
|
|
public TabMobileWidgetDefinePane(XCreator xCreator) { |
|
|
|
|
this.xCreator = xCreator; |
|
|
|
|
contentJPanel = FRGUIPaneFactory.createCenterFlowZeroGapBorderPane(); |
|
|
|
|
contentJPanel = FRGUIPaneFactory.createBorderLayout_S_Pane(); |
|
|
|
|
scrollPane = new AttrScrollPane() { |
|
|
|
|
@Override |
|
|
|
|
protected JPanel createContentPane() { |
|
|
|
@ -117,7 +117,7 @@ public class TabMobileWidgetDefinePane extends MobileWidgetDefinePane {
|
|
|
|
|
//高级
|
|
|
|
|
holder.add(advancePane, BorderLayout.CENTER); |
|
|
|
|
|
|
|
|
|
contentJPanel.add(holder, BorderLayout.CENTER); |
|
|
|
|
contentJPanel.add(holder, BorderLayout.NORTH); |
|
|
|
|
this.add(scrollPane, BorderLayout.CENTER); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|