public class Main extends Application {
@Override
public void start(Stage primaryStage) throws Exception{
Parent root = FXMLLoader.load(getClass().getResource("/scene.fxml"));
primaryStage.setTitle("Тесты");
primaryStage.setScene(new Scene(root, 800, 600));
primaryStage.show();
}
public static void main(String[] args) {
launch(args);
}
}
Там есть у меня:<Spinner fx:id="SpinnerRequests" editable="true" layoutX="127.0" layoutY="78.0" />
<TextArea fx:id="TA_Log" editable="false" layoutX="5.0" layoutY="148.0" prefHeight="423.0" prefWidth="800.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="148.0" />
Сделал вод так:
Регается на