|
@@ -94,6 +94,8 @@ public class MesClient extends JFrame {
|
|
|
public static MesWebView jfxPanel = null;
|
|
public static MesWebView jfxPanel = null;
|
|
|
public static JPanel indexPanelC;
|
|
public static JPanel indexPanelC;
|
|
|
public static MesWebView jfxPanel2 = null;
|
|
public static MesWebView jfxPanel2 = null;
|
|
|
|
|
+ public static JPanel indexPanelD;
|
|
|
|
|
+ public static MesWebView jfxPanel3 = null;
|
|
|
public static MesRadio mesRadioHj;
|
|
public static MesRadio mesRadioHj;
|
|
|
|
|
|
|
|
public static JTable table;
|
|
public static JTable table;
|
|
@@ -1094,6 +1096,12 @@ public class MesClient extends JFrame {
|
|
|
|
|
|
|
|
tabbedPane.addTab("工作记录", new ImageIcon(MesClient.class.getResource("/bg/menu_data_preprocess.png")), searchScrollPane, null);
|
|
tabbedPane.addTab("工作记录", new ImageIcon(MesClient.class.getResource("/bg/menu_data_preprocess.png")), searchScrollPane, null);
|
|
|
|
|
|
|
|
|
|
+ indexPanelD = new JPanel();
|
|
|
|
|
+ JScrollPane relationScrollPane = new JScrollPane(indexPanelD);
|
|
|
|
|
+ indexPanelD.setLayout(null);
|
|
|
|
|
+
|
|
|
|
|
+ tabbedPane.addTab("绑定关系", new ImageIcon(MesClient.class.getResource("/bg/menu_data_preprocess.png")), relationScrollPane, null);
|
|
|
|
|
+
|
|
|
VisualUiEditorPanel visualEditorPanel = new VisualUiEditorPanel(indexPanelA);
|
|
VisualUiEditorPanel visualEditorPanel = new VisualUiEditorPanel(indexPanelA);
|
|
|
final JDialog visualEditorToolWindow = new JDialog(this, false);
|
|
final JDialog visualEditorToolWindow = new JDialog(this, false);
|
|
|
visualEditorToolWindow.setTitle("UI");
|
|
visualEditorToolWindow.setTitle("UI");
|