доработанная
This commit is contained in:
parent
34e21f2507
commit
4c43d95862
@ -25,7 +25,7 @@ public class DrawingMap extends JPanel{
|
|||||||
Map.toolBarLabelWieght.setText("Weight: " + warship.GetWarship().GetWeight() + " ");
|
Map.toolBarLabelWieght.setText("Weight: " + warship.GetWarship().GetWeight() + " ");
|
||||||
Map.toolBarLabelColor.setText("Color: " + warship.GetWarship().GetBodyColor().getRed() + " " +
|
Map.toolBarLabelColor.setText("Color: " + warship.GetWarship().GetBodyColor().getRed() + " " +
|
||||||
warship.GetWarship().GetBodyColor().getGreen() + " " + warship.GetWarship().GetBodyColor().getBlue());
|
warship.GetWarship().GetBodyColor().getGreen() + " " + warship.GetWarship().GetBodyColor().getBlue());
|
||||||
bufferedImage = _abstractMap.CreateMap(900,550,new DrawingObjectWarship(warship));
|
bufferedImage = _abstractMap.CreateMap(750,550,new DrawingObjectWarship(warship));
|
||||||
}
|
}
|
||||||
//Создание обычного корабля
|
//Создание обычного корабля
|
||||||
public void CreateButtonAction(){
|
public void CreateButtonAction(){
|
||||||
|
Loading…
Reference in New Issue
Block a user