Closed ThomasBassa closed 9 years ago
The two combo boxes are throwing up a number of compiler warnings due to the relative lack of type safety. Both overrideSwitch and lightSensor should be of type JComboBox<String>, not just JComboBox.
overrideSwitch
lightSensor
JComboBox<String>
The two combo boxes are throwing up a number of compiler warnings due to the relative lack of type safety. Both
overrideSwitch
andlightSensor
should be of typeJComboBox<String>
, not just JComboBox.