Browse Source

优化接口设计代码

master
mengao 8 years ago
parent
commit
fb6e8823a4
  1. 2
      designer_chart/src/com/fr/design/mainframe/ChartPropertyPane.java

2
designer_chart/src/com/fr/design/mainframe/ChartPropertyPane.java

@ -14,6 +14,8 @@ public class ChartPropertyPane extends MiddleChartPropertyPane{
* 创建图表属性表实例. * 创建图表属性表实例.
*/ */
private synchronized static ChartPropertyPane getInstance() { private synchronized static ChartPropertyPane getInstance() {
//todo
//创建新图表时,创建属性表配置面板
singleton = new ChartPropertyPane(); singleton = new ChartPropertyPane();
return singleton; return singleton;
} }

Loading…
Cancel
Save