Изменены модификаторы доступа в классе PictureBox
This commit is contained in:
parent
7d64623ac1
commit
ed022a2dd6
@ -9,21 +9,21 @@ public class PictureBox extends JPanel {
|
||||
|
||||
private DrawingMonorail drawingMonorail;
|
||||
|
||||
JButton buttonLeft;
|
||||
private JButton buttonLeft;
|
||||
|
||||
JButton buttonUp;
|
||||
private JButton buttonUp;
|
||||
|
||||
JButton buttonRight;
|
||||
private JButton buttonRight;
|
||||
|
||||
JButton buttonDown;
|
||||
private JButton buttonDown;
|
||||
|
||||
JButton buttonCreateMonorail;
|
||||
private JButton buttonCreateMonorail;
|
||||
|
||||
JPanel buttonsPanel;
|
||||
private JPanel buttonsPanel;
|
||||
|
||||
JPanel buttonsMovePanel;
|
||||
private JPanel buttonsMovePanel;
|
||||
|
||||
JPanel paddingPanel;
|
||||
private JPanel paddingPanel;
|
||||
|
||||
public PictureBox() {
|
||||
setLayout(new BorderLayout());
|
||||
|
Loading…
Reference in New Issue
Block a user