Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Gossydya, but why the session?
setcookie() as already mentioned.
The answer is found, we hang the listener on a mouse click, and then everything is simple
label = LabelBuilder.create() // создание билдера для Label
.text("SomeText") // текстовое значение
.prefWidth(100) // возможная ширина
.prefHeight(50) // возможная высота
.alignment(Pos.CENTER) // выравнивание содержимого по центру
.layoutX(100) // задание коорд. Х
.layoutY(100) // задание коорд. Y
.style("-fx-background-color: orange;") // зарисуем фон в оранжевый
.build(); // создадим из билдера сам объект класса Label
pane.getChildren().add(label);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question