i have these tabs have insert small space.
i want display first 6 letters of tab labels if tab not selected. possible in javafx?
from api doc:
the tabs width , height can set specific size setting min , max height , width. tabpane default width determined largest content width in tabpane. same height. if different size desired width , height of tabpane can overridden setting min, pref , max size.
check api doc:
http://docs.oracle.com/javafx/2/api/javafx/scene/control/tabpane.html
Comments
Post a Comment