Eliseev E.E. LabWork04 #4

Closed
ElEgEv wants to merge 14 commits from LabWork04 into LabWork03
Showing only changes of commit c70f578cd4 - Show all commits

View File

@ -85,6 +85,7 @@ public class FormParam extends JFrame
Color colorCorpus = JColorChooser.showDialog(null, "Выбор цвета", null);
EntityPlane plane = new EntityPlane(rnd.nextInt(100, 300), rnd.nextInt(1000, 2000), colorCorpus);
IAdditionalDrawingObject addWindows = SetData();
int countWindows = rnd.nextInt(1, 4);
addWindows.SetAddEnum(countWindows);
@ -98,6 +99,7 @@ public class FormParam extends JFrame
{
JOptionPane.showMessageDialog(null, "Не удалось добавить объект");
}
}
});