|
|
@@ -75,9 +75,6 @@ public class MesClient extends JFrame {
|
|
|
|
|
|
public static JFrame welcomeWin;
|
|
|
|
|
|
- public static JPanel indexPanelB;
|
|
|
- public static MesWebView jfxPanel = null;
|
|
|
- public static JPanel indexPanelC;
|
|
|
public static MesWebView jfxPanel2 = null;
|
|
|
public static JPanel indexPanelD;
|
|
|
public static MesRadio mesRadioHj;
|
|
|
@@ -106,18 +103,21 @@ public class MesClient extends JFrame {
|
|
|
public static Timer cjTimer3;
|
|
|
|
|
|
public static Short aSetNum = 41;
|
|
|
-// public static Short aSetNum = 49;
|
|
|
+ // public static Short aSetNum = 49;
|
|
|
public static Short sortA = 0;
|
|
|
public static Short aMax = 0;
|
|
|
public static Short aFinish = 0;
|
|
|
public static List<Map> alist = new ArrayList<>();
|
|
|
public static Short bSetNum = 14;
|
|
|
-// public static Short bSetNum = 27;
|
|
|
+ // public static Short bSetNum = 27;
|
|
|
public static Short sortB = 0;
|
|
|
public static Short bMax = 0;
|
|
|
public static List<Map> blist = new ArrayList<>();
|
|
|
public static Short deviceControl = 0; // 0=本地 1=远程
|
|
|
public static Integer tjStatus = 0; // 1=提交失败
|
|
|
+ public static JPanel indexPanelB;
|
|
|
+ public static MesWebView jfxPanel = null;
|
|
|
+ public static JPanel indexPanelC;
|
|
|
|
|
|
// 铆接参数区间配置(内存缓存)
|
|
|
public static List<RivetParamRange> rivetParamRangesA = new ArrayList<>();
|