PIbd-21 Belianin N.N. LabWork06 Hard #8
@ -158,7 +158,7 @@ public class FormTankCollection {
|
||||
JButton ButtonRefreshCollection = new JButton("Обновить коллекцию");
|
||||
ButtonRefreshCollection.addActionListener(
|
||||
new ActionListener() {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
public void actionPerformed(ActionEvent e){
|
||||
Draw();
|
||||
}
|
||||
}
|
||||
@ -340,6 +340,7 @@ public class FormTankCollection {
|
||||
textBoxSetName.setBounds(pictureBoxWidth - 10, 240, 170, 20);
|
||||
jListStorage.setBounds(pictureBoxWidth - 10, 270, 170, 80);
|
||||
buttonRemoveSet.setBounds(pictureBoxWidth - 10, 360, 170, 20);
|
||||
|
||||
buttonGetRemoved.setBounds(pictureBoxWidth - 10, 390, 170, 20);
|
||||
|
||||
menuBar.setBounds(pictureBoxWidth - 10, 420, 170, 20);
|
||||
|
Loading…
Reference in New Issue
Block a user