|
|
@ -63,7 +63,9 @@ public class JSContentPane extends BasicPane { |
|
|
|
initFunctionTitle(args); |
|
|
|
initFunctionTitle(args); |
|
|
|
|
|
|
|
|
|
|
|
JPanel jsParaPane = createJSParaPane(); |
|
|
|
JPanel jsParaPane = createJSParaPane(); |
|
|
|
addNewPaneLabel(); |
|
|
|
if (needAdvancedEditor()) { |
|
|
|
|
|
|
|
addNewPaneLabel(); |
|
|
|
|
|
|
|
} |
|
|
|
this.add(jsParaPane, BorderLayout.NORTH); |
|
|
|
this.add(jsParaPane, BorderLayout.NORTH); |
|
|
|
|
|
|
|
|
|
|
|
UIScrollPane sp = createContentTextAreaPanel(); |
|
|
|
UIScrollPane sp = createContentTextAreaPanel(); |
|
|
@ -323,4 +325,8 @@ public class JSContentPane extends BasicPane { |
|
|
|
return provider; |
|
|
|
return provider; |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
protected boolean needAdvancedEditor() { |
|
|
|
|
|
|
|
return true; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |