|
|
@ -37,8 +37,6 @@ public class AgentUI extends JFrame {
|
|
|
|
private JLabel picLabelBulbOn, picLabelBulbOff;
|
|
|
|
private JLabel picLabelBulbOn, picLabelBulbOff;
|
|
|
|
|
|
|
|
|
|
|
|
// Variables declaration - do not modify
|
|
|
|
// Variables declaration - do not modify
|
|
|
|
private JButton btnControl;
|
|
|
|
|
|
|
|
private JButton btnView;
|
|
|
|
|
|
|
|
private JCheckBox chkbxEmulate;
|
|
|
|
private JCheckBox chkbxEmulate;
|
|
|
|
private JCheckBox chkbxHumidityRandom;
|
|
|
|
private JCheckBox chkbxHumidityRandom;
|
|
|
|
private JCheckBox chkbxHumiditySmooth;
|
|
|
|
private JCheckBox chkbxHumiditySmooth;
|
|
|
@ -158,8 +156,6 @@ public class AgentUI extends JFrame {
|
|
|
|
chkbxTemperatureSmooth = new JCheckBox();
|
|
|
|
chkbxTemperatureSmooth = new JCheckBox();
|
|
|
|
jPanel6 = new JPanel();
|
|
|
|
jPanel6 = new JPanel();
|
|
|
|
jLabel20 = new JLabel();
|
|
|
|
jLabel20 = new JLabel();
|
|
|
|
btnView = new JButton();
|
|
|
|
|
|
|
|
btnControl = new JButton();
|
|
|
|
|
|
|
|
lblStatus = new JLabel();
|
|
|
|
lblStatus = new JLabel();
|
|
|
|
jPanel8 = new JPanel();
|
|
|
|
jPanel8 = new JPanel();
|
|
|
|
jLabel23 = new JLabel();
|
|
|
|
jLabel23 = new JLabel();
|
|
|
@ -387,20 +383,6 @@ public class AgentUI extends JFrame {
|
|
|
|
jLabel20.setText("Connection Status:");
|
|
|
|
jLabel20.setText("Connection Status:");
|
|
|
|
jLabel20.setVerticalTextPosition(SwingConstants.TOP);
|
|
|
|
jLabel20.setVerticalTextPosition(SwingConstants.TOP);
|
|
|
|
|
|
|
|
|
|
|
|
btnView.setText("View Device Data");
|
|
|
|
|
|
|
|
btnView.addMouseListener(new java.awt.event.MouseAdapter() {
|
|
|
|
|
|
|
|
public void mouseClicked(java.awt.event.MouseEvent evt) {
|
|
|
|
|
|
|
|
btnViewMouseClicked(evt);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
btnControl.setText("Control Device");
|
|
|
|
|
|
|
|
btnControl.addMouseListener(new java.awt.event.MouseAdapter() {
|
|
|
|
|
|
|
|
public void mouseClicked(java.awt.event.MouseEvent evt) {
|
|
|
|
|
|
|
|
btnControlMouseClicked(evt);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lblStatus.setFont(new Font("Cantarell", 1, 15)); // NOI18N
|
|
|
|
lblStatus.setFont(new Font("Cantarell", 1, 15)); // NOI18N
|
|
|
|
lblStatus.setText("Not Connected");
|
|
|
|
lblStatus.setText("Not Connected");
|
|
|
|
|
|
|
|
|
|
|
@ -414,9 +396,6 @@ public class AgentUI extends JFrame {
|
|
|
|
.addPreferredGap(LayoutStyle.ComponentPlacement.RELATED)
|
|
|
|
.addPreferredGap(LayoutStyle.ComponentPlacement.RELATED)
|
|
|
|
.addComponent(lblStatus, GroupLayout.DEFAULT_SIZE, GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
|
|
|
|
.addComponent(lblStatus, GroupLayout.DEFAULT_SIZE, GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
|
|
|
|
.addPreferredGap(LayoutStyle.ComponentPlacement.RELATED)
|
|
|
|
.addPreferredGap(LayoutStyle.ComponentPlacement.RELATED)
|
|
|
|
.addComponent(btnControl)
|
|
|
|
|
|
|
|
.addPreferredGap(LayoutStyle.ComponentPlacement.RELATED)
|
|
|
|
|
|
|
|
.addComponent(btnView)
|
|
|
|
|
|
|
|
.addContainerGap())
|
|
|
|
.addContainerGap())
|
|
|
|
);
|
|
|
|
);
|
|
|
|
jPanel6Layout.setVerticalGroup(
|
|
|
|
jPanel6Layout.setVerticalGroup(
|
|
|
@ -426,8 +405,6 @@ public class AgentUI extends JFrame {
|
|
|
|
.addGroup(jPanel6Layout.createParallelGroup(GroupLayout.Alignment.LEADING, false)
|
|
|
|
.addGroup(jPanel6Layout.createParallelGroup(GroupLayout.Alignment.LEADING, false)
|
|
|
|
.addComponent(jLabel20, GroupLayout.DEFAULT_SIZE, GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
|
|
|
|
.addComponent(jLabel20, GroupLayout.DEFAULT_SIZE, GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
|
|
|
|
.addGroup(jPanel6Layout.createParallelGroup(GroupLayout.Alignment.BASELINE)
|
|
|
|
.addGroup(jPanel6Layout.createParallelGroup(GroupLayout.Alignment.BASELINE)
|
|
|
|
.addComponent(btnView, GroupLayout.DEFAULT_SIZE, GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
|
|
|
|
|
|
|
|
.addComponent(btnControl)
|
|
|
|
|
|
|
|
.addComponent(lblStatus)))
|
|
|
|
.addComponent(lblStatus)))
|
|
|
|
.addContainerGap())
|
|
|
|
.addContainerGap())
|
|
|
|
);
|
|
|
|
);
|
|
|
@ -763,29 +740,6 @@ public class AgentUI extends JFrame {
|
|
|
|
AgentManager.getInstance().setDeviceReady(true);
|
|
|
|
AgentManager.getInstance().setDeviceReady(true);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
private void btnControlMouseClicked(java.awt.event.MouseEvent evt) {
|
|
|
|
|
|
|
|
Desktop desktop = Desktop.isDesktopSupported() ? Desktop.getDesktop() : null;
|
|
|
|
|
|
|
|
if (desktop != null && desktop.isSupported(Desktop.Action.BROWSE)) {
|
|
|
|
|
|
|
|
try {
|
|
|
|
|
|
|
|
URI uri = new URI(AgentManager.getInstance().getDeviceMgtControlUrl());
|
|
|
|
|
|
|
|
desktop.browse(uri);
|
|
|
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|
|
|
|
e.printStackTrace();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private void btnViewMouseClicked(java.awt.event.MouseEvent evt) {
|
|
|
|
|
|
|
|
Desktop desktop = Desktop.isDesktopSupported() ? Desktop.getDesktop() : null;
|
|
|
|
|
|
|
|
if (desktop != null && desktop.isSupported(Desktop.Action.BROWSE)) {
|
|
|
|
|
|
|
|
try {
|
|
|
|
|
|
|
|
URI uri = new URI(AgentManager.getInstance().getDeviceMgtAnalyticUrl());
|
|
|
|
|
|
|
|
desktop.browse(uri);
|
|
|
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|
|
|
|
e.printStackTrace();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private void chkbxTemperatureRandomActionPerformed(java.awt.event.ActionEvent evt) {
|
|
|
|
private void chkbxTemperatureRandomActionPerformed(java.awt.event.ActionEvent evt) {
|
|
|
|
isTemperatureRandomized = chkbxTemperatureRandom.isSelected();
|
|
|
|
isTemperatureRandomized = chkbxTemperatureRandom.isSelected();
|
|
|
|