Готовая лабораторная работа 6
This commit is contained in:
parent
eba176d3cf
commit
714984992e
@ -158,7 +158,7 @@ public class FormTankCollection {
|
|||||||
JButton ButtonRefreshCollection = new JButton("Обновить коллекцию");
|
JButton ButtonRefreshCollection = new JButton("Обновить коллекцию");
|
||||||
ButtonRefreshCollection.addActionListener(
|
ButtonRefreshCollection.addActionListener(
|
||||||
new ActionListener() {
|
new ActionListener() {
|
||||||
public void actionPerformed(ActionEvent e) {
|
public void actionPerformed(ActionEvent e){
|
||||||
Draw();
|
Draw();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -340,6 +340,7 @@ public class FormTankCollection {
|
|||||||
textBoxSetName.setBounds(pictureBoxWidth - 10, 240, 170, 20);
|
textBoxSetName.setBounds(pictureBoxWidth - 10, 240, 170, 20);
|
||||||
jListStorage.setBounds(pictureBoxWidth - 10, 270, 170, 80);
|
jListStorage.setBounds(pictureBoxWidth - 10, 270, 170, 80);
|
||||||
buttonRemoveSet.setBounds(pictureBoxWidth - 10, 360, 170, 20);
|
buttonRemoveSet.setBounds(pictureBoxWidth - 10, 360, 170, 20);
|
||||||
|
|
||||||
buttonGetRemoved.setBounds(pictureBoxWidth - 10, 390, 170, 20);
|
buttonGetRemoved.setBounds(pictureBoxWidth - 10, 390, 170, 20);
|
||||||
|
|
||||||
menuBar.setBounds(pictureBoxWidth - 10, 420, 170, 20);
|
menuBar.setBounds(pictureBoxWidth - 10, 420, 170, 20);
|
||||||
|
Loading…
Reference in New Issue
Block a user