Код: Выделить всё
Rectangle node2 = RectangleBuilder.create()
.x(-100)
.y(-100)
.width(200)
.height(200)
.fill(Color.GREEN)
.build();
ТИА
Подробнее здесь: https://stackoverflow.com/questions/143 ... fx-texture
Код: Выделить всё
Rectangle node2 = RectangleBuilder.create()
.x(-100)
.y(-100)
.width(200)
.height(200)
.fill(Color.GREEN)
.build();