2013-11-14 2 views

ответ

1
Button button = new Button(); 
VBox threeLabels = new VBox(); 
threeLabels.setAlignment(Pos.CENTER); 
threeLabels.getChildren.setAll(
    new Label("upper"), 
    new Label("center"), 
    new Label("lower") 
); 
button.setGraphic(threeLabels); 
+1

jewelsea вы можете мне помочь? ... PLS дайте мне некоторое предложение по моему вопросу http://stackoverflow.com/questions/19969567/running-javafx-app-with-hibernate-takes-too-much-time –