suppress serialization warnings
This commit is contained in:
parent
30e28253b9
commit
78e40e13bd
@ -4,6 +4,7 @@ import java.awt.*;
|
||||
import java.awt.event.*;
|
||||
|
||||
|
||||
@SuppressWarnings("serial")
|
||||
class ElevatorPanel extends JPanel {
|
||||
private JButton emergencyStop = new JButton("Emergency stop.");
|
||||
private JButton[] buttons;
|
||||
|
@ -4,6 +4,7 @@ import java.awt.*;
|
||||
import java.awt.event.*;
|
||||
|
||||
|
||||
@SuppressWarnings("serial")
|
||||
class FloorPanels extends JPanel {
|
||||
private int nbFloors;
|
||||
private JPanel[] floors;
|
||||
|
Reference in New Issue
Block a user