File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
ExampleCameraControllerClient/src Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 1
1
import java .awt .EventQueue ;
2
2
3
3
import javax .imageio .ImageIO ;
4
- import javax .net .ssl .SSLEngineResult .Status ;
5
- import javax .swing .BoxLayout ;
6
4
import javax .swing .DefaultComboBoxModel ;
7
5
import javax .swing .JFrame ;
8
6
import javax .swing .JButton ;
9
7
import javax .swing .JTextPane ;
10
8
11
- import org .json .simple .JSONArray ;
12
9
import org .json .simple .JSONObject ;
13
10
import org .json .simple .parser .JSONParser ;
14
11
import org .json .simple .parser .ParseException ;
15
12
16
- import apple .laf .JRSUIUtils .ComboBox ;
17
13
import sun .misc .BASE64Decoder ;
18
14
19
15
import java .awt .event .MouseAdapter ;
39
35
import java .awt .Image ;
40
36
import javax .swing .GroupLayout ;
41
37
import javax .swing .GroupLayout .Alignment ;
42
- import javax .swing .LayoutStyle .ComponentPlacement ;
43
38
import java .awt .Color ;
44
39
import java .awt .event .ActionListener ;
45
40
import java .awt .event .ActionEvent ;
49
44
50
45
public class ExampleCameraControllerClient {
51
46
52
- static final String DEVICE_IP = "192.168.178.211 :8888" ;
47
+ static final String DEVICE_IP = "192.168.178.210 :8888" ;
53
48
54
49
private JTextPane tbStatus ;
55
50
private JFrame frame ;
You can’t perform that action at this time.
0 commit comments