|
|
|
@ -173,12 +173,8 @@ public abstract class VanChartUIListControlPane extends UIListControlPane implem
|
|
|
|
|
|
|
|
|
|
JPanel buttonsPane = new JPanel(new FlowLayout(FlowLayout.LEFT, 10, 0)); |
|
|
|
|
controlPane.add(buttonsPane, BorderLayout.EAST); |
|
|
|
|
|
|
|
|
|
//确定
|
|
|
|
|
addOkButton(buttonsPane); |
|
|
|
|
//取消
|
|
|
|
|
addCancelButton(buttonsPane); |
|
|
|
|
|
|
|
|
|
controlPane.setBorder(BorderFactory.createEmptyBorder(10, 0, 10, 0)); |
|
|
|
|
|
|
|
|
|
return controlPane; |
|
|
|
|