Готовая лабораторная работа 6

This commit is contained in:
Никита Белянин 2023-12-02 02:14:24 +04:00
parent eba176d3cf
commit 714984992e

View File

@ -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);