at the top-level I have a BorderPane, with a TableView in the centre and a VBox in the left with three buttons, when I shrink the stage , the buttons goes out the Vbox
this is my FXML file :
I don't know FXML, but it appears to me that you have a TableView with a minWidth of 600 and a VBox with a minWidth of 200, so maybe your BorderPane should have a minWidth of 800 and not "-Infinity"
luck, db
There are no new questions, but there may be new answers.
taouririt salah eddine
Greenhorn
Joined: Sep 01, 2012
Posts: 5
posted
0
Yeah ,I got the same answer on Stackoverflow thanks for the reply
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: buttons positions inside a VBox problem when I shrink the stage