PIbd-21 Belianin N.N. LabWork06 Hard #8

Closed
Belnik wants to merge 7 commits from LabWork06 into LabWork05
Showing only changes of commit 714984992e - Show all commits

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