java - JavaFX (controlsfx-8.20.8) tabbed pane view displaying partially -
i building application using "javafx" (controlsfx-8.0.6) , working fine windows in macintosh , linux environment message box using, didn't work.
so moved controlsfx-8.20.8
. fixed message box loading problem ui has tabbed pane become partial view. tried several things make right @ last found if comment setstage(stage stage, object[] obj)
method ui work fine want use method in-order other operations in ui , if 1 know how resolve problem please me.
all ui designed "javafx scene builder 2.0"
if set ui size
in setstage
can achieve goal.
sample code given below:
public void setstage(stage stage, object[] obj) { this.stage = stage; stage.setheight(611.0); stage.setwidth(920.0); }
Comments
Post a Comment