|
@@ -396,69 +396,6 @@ public abstract class SubUI {
|
|
|
final JPanel panel3 = new JPanel();
|
|
final JPanel panel3 = new JPanel();
|
|
|
panel3.setLayout(new GridLayoutManager(3, 3, new Insets(0, 0, 0, 0), -1, -1, true, true));
|
|
panel3.setLayout(new GridLayoutManager(3, 3, new Insets(0, 0, 0, 0), -1, -1, true, true));
|
|
|
pnlCtlr.add(panel3, new GridConstraints(1, 1, 1, 1, GridConstraints.ANCHOR_CENTER, GridConstraints.FILL_NONE, GridConstraints.SIZEPOLICY_FIXED, GridConstraints.SIZEPOLICY_FIXED, null, null, null, 0, false));
|
|
pnlCtlr.add(panel3, new GridConstraints(1, 1, 1, 1, GridConstraints.ANCHOR_CENTER, GridConstraints.FILL_NONE, GridConstraints.SIZEPOLICY_FIXED, GridConstraints.SIZEPOLICY_FIXED, null, null, null, 0, false));
|
|
|
- btnPanLeft = new JButton();
|
|
|
|
|
- Font btnPanLeftFont = this.$$$getFont$$$("Malgun Gothic", Font.PLAIN, 16, btnPanLeft.getFont());
|
|
|
|
|
- if (btnPanLeftFont != null) btnPanLeft.setFont(btnPanLeftFont);
|
|
|
|
|
- btnPanLeft.setHorizontalTextPosition(2);
|
|
|
|
|
- btnPanLeft.setText("◀");
|
|
|
|
|
- btnPanLeft.setToolTipText("PAN Left");
|
|
|
|
|
- panel3.add(btnPanLeft, new GridConstraints(1, 0, 1, 1, GridConstraints.ANCHOR_CENTER, GridConstraints.FILL_HORIZONTAL, GridConstraints.SIZEPOLICY_CAN_SHRINK | GridConstraints.SIZEPOLICY_CAN_GROW, GridConstraints.SIZEPOLICY_FIXED, new Dimension(50, 50), new Dimension(50, 50), new Dimension(50, 50), 0, false));
|
|
|
|
|
- btnPanTiltLeftDown = new JButton();
|
|
|
|
|
- Font btnPanTiltLeftDownFont = this.$$$getFont$$$("Malgun Gothic", Font.PLAIN, 16, btnPanTiltLeftDown.getFont());
|
|
|
|
|
- if (btnPanTiltLeftDownFont != null) btnPanTiltLeftDown.setFont(btnPanTiltLeftDownFont);
|
|
|
|
|
- btnPanTiltLeftDown.setHorizontalTextPosition(2);
|
|
|
|
|
- btnPanTiltLeftDown.setText("\uF0ED");
|
|
|
|
|
- btnPanTiltLeftDown.setToolTipText("PAN TILT Left Down");
|
|
|
|
|
- panel3.add(btnPanTiltLeftDown, new GridConstraints(2, 0, 1, 1, GridConstraints.ANCHOR_CENTER, GridConstraints.FILL_HORIZONTAL, GridConstraints.SIZEPOLICY_CAN_SHRINK | GridConstraints.SIZEPOLICY_CAN_GROW, GridConstraints.SIZEPOLICY_FIXED, new Dimension(50, 50), new Dimension(50, 50), new Dimension(50, 50), 0, false));
|
|
|
|
|
- btnStop = new JButton();
|
|
|
|
|
- Font btnStopFont = this.$$$getFont$$$("Malgun Gothic", Font.PLAIN, 16, btnStop.getFont());
|
|
|
|
|
- if (btnStopFont != null) btnStop.setFont(btnStopFont);
|
|
|
|
|
- btnStop.setHorizontalTextPosition(2);
|
|
|
|
|
- btnStop.setText("■");
|
|
|
|
|
- btnStop.setToolTipText("STOP");
|
|
|
|
|
- panel3.add(btnStop, new GridConstraints(1, 1, 1, 1, GridConstraints.ANCHOR_CENTER, GridConstraints.FILL_HORIZONTAL, GridConstraints.SIZEPOLICY_CAN_SHRINK | GridConstraints.SIZEPOLICY_CAN_GROW, GridConstraints.SIZEPOLICY_FIXED, new Dimension(50, 50), new Dimension(50, 50), new Dimension(50, 50), 0, false));
|
|
|
|
|
- btnTiltDown = new JButton();
|
|
|
|
|
- Font btnTiltDownFont = this.$$$getFont$$$("Malgun Gothic", Font.PLAIN, 16, btnTiltDown.getFont());
|
|
|
|
|
- if (btnTiltDownFont != null) btnTiltDown.setFont(btnTiltDownFont);
|
|
|
|
|
- btnTiltDown.setHorizontalTextPosition(2);
|
|
|
|
|
- btnTiltDown.setText("▼");
|
|
|
|
|
- btnTiltDown.setToolTipText("TILT Down");
|
|
|
|
|
- panel3.add(btnTiltDown, new GridConstraints(2, 1, 1, 1, GridConstraints.ANCHOR_CENTER, GridConstraints.FILL_HORIZONTAL, GridConstraints.SIZEPOLICY_CAN_SHRINK | GridConstraints.SIZEPOLICY_CAN_GROW, GridConstraints.SIZEPOLICY_FIXED, new Dimension(50, 50), new Dimension(50, 50), new Dimension(50, 50), 0, false));
|
|
|
|
|
- btnPanRight = new JButton();
|
|
|
|
|
- Font btnPanRightFont = this.$$$getFont$$$("Malgun Gothic", Font.PLAIN, 16, btnPanRight.getFont());
|
|
|
|
|
- if (btnPanRightFont != null) btnPanRight.setFont(btnPanRightFont);
|
|
|
|
|
- btnPanRight.setHorizontalTextPosition(2);
|
|
|
|
|
- btnPanRight.setText("▶");
|
|
|
|
|
- btnPanRight.setToolTipText("PAN Right");
|
|
|
|
|
- panel3.add(btnPanRight, new GridConstraints(1, 2, 1, 1, GridConstraints.ANCHOR_CENTER, GridConstraints.FILL_HORIZONTAL, GridConstraints.SIZEPOLICY_CAN_SHRINK | GridConstraints.SIZEPOLICY_CAN_GROW, GridConstraints.SIZEPOLICY_FIXED, new Dimension(50, 50), new Dimension(50, 50), new Dimension(50, 50), 0, false));
|
|
|
|
|
- btnPanTiltRightDown = new JButton();
|
|
|
|
|
- Font btnPanTiltRightDownFont = this.$$$getFont$$$("Malgun Gothic", Font.PLAIN, 16, btnPanTiltRightDown.getFont());
|
|
|
|
|
- if (btnPanTiltRightDownFont != null) btnPanTiltRightDown.setFont(btnPanTiltRightDownFont);
|
|
|
|
|
- btnPanTiltRightDown.setHorizontalTextPosition(2);
|
|
|
|
|
- btnPanTiltRightDown.setText("\uF0EE");
|
|
|
|
|
- btnPanTiltRightDown.setToolTipText("PAN TILT Left Down");
|
|
|
|
|
- panel3.add(btnPanTiltRightDown, new GridConstraints(2, 2, 1, 1, GridConstraints.ANCHOR_CENTER, GridConstraints.FILL_HORIZONTAL, GridConstraints.SIZEPOLICY_CAN_SHRINK | GridConstraints.SIZEPOLICY_CAN_GROW, GridConstraints.SIZEPOLICY_FIXED, new Dimension(50, 50), new Dimension(50, 50), new Dimension(50, 50), 0, false));
|
|
|
|
|
- btnPanTiltLeftUp = new JButton();
|
|
|
|
|
- Font btnPanTiltLeftUpFont = this.$$$getFont$$$("Malgun Gothic", Font.PLAIN, 16, btnPanTiltLeftUp.getFont());
|
|
|
|
|
- if (btnPanTiltLeftUpFont != null) btnPanTiltLeftUp.setFont(btnPanTiltLeftUpFont);
|
|
|
|
|
- btnPanTiltLeftUp.setHorizontalTextPosition(2);
|
|
|
|
|
- btnPanTiltLeftUp.setText("\uF0EB");
|
|
|
|
|
- btnPanTiltLeftUp.setToolTipText("PAN TILT Left Up");
|
|
|
|
|
- panel3.add(btnPanTiltLeftUp, new GridConstraints(0, 0, 1, 1, GridConstraints.ANCHOR_CENTER, GridConstraints.FILL_HORIZONTAL, GridConstraints.SIZEPOLICY_FIXED, GridConstraints.SIZEPOLICY_FIXED, new Dimension(50, 50), new Dimension(50, 50), new Dimension(50, 50), 0, false));
|
|
|
|
|
- btnTiltUp = new JButton();
|
|
|
|
|
- Font btnTiltUpFont = this.$$$getFont$$$("Malgun Gothic", Font.PLAIN, 16, btnTiltUp.getFont());
|
|
|
|
|
- if (btnTiltUpFont != null) btnTiltUp.setFont(btnTiltUpFont);
|
|
|
|
|
- btnTiltUp.setHorizontalTextPosition(2);
|
|
|
|
|
- btnTiltUp.setText("▲");
|
|
|
|
|
- btnTiltUp.setToolTipText("TILT Up");
|
|
|
|
|
- panel3.add(btnTiltUp, new GridConstraints(0, 1, 1, 1, GridConstraints.ANCHOR_CENTER, GridConstraints.FILL_HORIZONTAL, GridConstraints.SIZEPOLICY_CAN_SHRINK | GridConstraints.SIZEPOLICY_CAN_GROW, GridConstraints.SIZEPOLICY_FIXED, new Dimension(50, 50), new Dimension(50, 50), new Dimension(50, 50), 0, false));
|
|
|
|
|
- btnPanTiltRightUp = new JButton();
|
|
|
|
|
- Font btnPanTiltRightUpFont = this.$$$getFont$$$("Malgun Gothic", Font.PLAIN, 16, btnPanTiltRightUp.getFont());
|
|
|
|
|
- if (btnPanTiltRightUpFont != null) btnPanTiltRightUp.setFont(btnPanTiltRightUpFont);
|
|
|
|
|
- btnPanTiltRightUp.setHorizontalTextPosition(2);
|
|
|
|
|
- btnPanTiltRightUp.setText("\uF0EC");
|
|
|
|
|
- btnPanTiltRightUp.setToolTipText("PAN TILT Right Up");
|
|
|
|
|
- panel3.add(btnPanTiltRightUp, new GridConstraints(0, 2, 1, 1, GridConstraints.ANCHOR_CENTER, GridConstraints.FILL_HORIZONTAL, GridConstraints.SIZEPOLICY_CAN_SHRINK | GridConstraints.SIZEPOLICY_CAN_GROW, GridConstraints.SIZEPOLICY_FIXED, new Dimension(50, 50), new Dimension(50, 50), new Dimension(50, 50), 0, false));
|
|
|
|
|
final JPanel panel4 = new JPanel();
|
|
final JPanel panel4 = new JPanel();
|
|
|
panel4.setLayout(new GridLayoutManager(1, 1, new Insets(0, 0, 0, 0), -1, -1));
|
|
panel4.setLayout(new GridLayoutManager(1, 1, new Insets(0, 0, 0, 0), -1, -1));
|
|
|
rootPanel.add(panel4, new GridConstraints(0, 0, 1, 1, GridConstraints.ANCHOR_CENTER, GridConstraints.FILL_BOTH, GridConstraints.SIZEPOLICY_FIXED, GridConstraints.SIZEPOLICY_FIXED, new Dimension(-1, 5), new Dimension(-1, 5), new Dimension(-1, 5), 0, false));
|
|
rootPanel.add(panel4, new GridConstraints(0, 0, 1, 1, GridConstraints.ANCHOR_CENTER, GridConstraints.FILL_BOTH, GridConstraints.SIZEPOLICY_FIXED, GridConstraints.SIZEPOLICY_FIXED, new Dimension(-1, 5), new Dimension(-1, 5), new Dimension(-1, 5), 0, false));
|