Skip to content

Commit 7d0b14d

Browse files
committed
remove unused imports
1 parent c22af77 commit 7d0b14d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

ExampleCameraControllerClient/src/ExampleCameraControllerClient.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
import java.awt.EventQueue;
22

33
import javax.imageio.ImageIO;
4-
import javax.net.ssl.SSLEngineResult.Status;
5-
import javax.swing.BoxLayout;
64
import javax.swing.DefaultComboBoxModel;
75
import javax.swing.JFrame;
86
import javax.swing.JButton;
97
import javax.swing.JTextPane;
108

11-
import org.json.simple.JSONArray;
129
import org.json.simple.JSONObject;
1310
import org.json.simple.parser.JSONParser;
1411
import org.json.simple.parser.ParseException;
1512

16-
import apple.laf.JRSUIUtils.ComboBox;
1713
import sun.misc.BASE64Decoder;
1814

1915
import java.awt.event.MouseAdapter;
@@ -39,7 +35,6 @@
3935
import java.awt.Image;
4036
import javax.swing.GroupLayout;
4137
import javax.swing.GroupLayout.Alignment;
42-
import javax.swing.LayoutStyle.ComponentPlacement;
4338
import java.awt.Color;
4439
import java.awt.event.ActionListener;
4540
import java.awt.event.ActionEvent;
@@ -49,7 +44,7 @@
4944

5045
public class ExampleCameraControllerClient {
5146

52-
static final String DEVICE_IP = "192.168.178.211:8888";
47+
static final String DEVICE_IP = "192.168.178.210:8888";
5348

5449
private JTextPane tbStatus;
5550
private JFrame frame;

0 commit comments

Comments
 (0)