css - Cursor position centered and in the middle for javaFX TextArea -


i want have cursor of javafx textarea horizontally , vertically centered. tried using css attributes

-fx-text-alignment: center; 

or

-fx-text-origin: bottom; 

but didn't work :-(.
can tell me if , maybe how works?

-fx-alignment: center

read documentation http://docs.oracle.com/javafx/2/api/javafx/scene/doc-files/cssref.html#textarea


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -