|
|
|
@ -131,6 +131,7 @@ public class ChartInteractivePane extends BasicScrollPane<Chart> implements UIOb
|
|
|
|
|
private static final int SIZEX = 258; |
|
|
|
|
private static final int SIZEY = 209; |
|
|
|
|
private static final int DET = 20; |
|
|
|
|
|
|
|
|
|
public ChartInteractivePane(ChartOtherPane parent) { |
|
|
|
|
super(); |
|
|
|
|
this.parent = parent; |
|
|
|
@ -138,6 +139,7 @@ public class ChartInteractivePane extends BasicScrollPane<Chart> implements UIOb
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 界面标题. |
|
|
|
|
* |
|
|
|
|
* @return 返回标题. |
|
|
|
|
*/ |
|
|
|
|
public String title4PopupWindow() { |
|
|
|
@ -260,6 +262,7 @@ public class ChartInteractivePane extends BasicScrollPane<Chart> implements UIOb
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 反正后面还有relayout,这边init一下就好了 保证所有的init 加入界面 并且加载入事件. |
|
|
|
|
* |
|
|
|
|
* @return |
|
|
|
|
*/ |
|
|
|
|
private JPanel initPaneWithListener() { |
|
|
|
@ -293,7 +296,6 @@ public class ChartInteractivePane extends BasicScrollPane<Chart> implements UIOb
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 全部初始化, 对所有的界面 都加入, 然后会加载事件响应. 后续再relayout. |
|
|
|
|
*/ |
|
|
|
@ -799,7 +801,8 @@ public class ChartInteractivePane extends BasicScrollPane<Chart> implements UIOb
|
|
|
|
|
noPara = false; |
|
|
|
|
} |
|
|
|
|
if (isAddressName.isSelected()) { |
|
|
|
|
contents += ChartConstants.BREAKLINE_PARA + ChartConstants.ADDRESS_NAME_PARA;; |
|
|
|
|
contents += ChartConstants.BREAKLINE_PARA + ChartConstants.ADDRESS_NAME_PARA; |
|
|
|
|
; |
|
|
|
|
noPara = false; |
|
|
|
|
} |
|
|
|
|
if (noPara) { |
|
|
|
|