Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想让我的 JavaFX TextArea 光标水平和垂直居中。我已经尝试过使用带有类似属性的 CSS
-fx-text-alignment: center;
或者
-fx-text-origin: bottom;
但它没有用:-(。 有人可以告诉我这是否以及它是如何工作的吗?
-fx-对齐:居中
阅读此文档http://docs.oracle.com/javafx/2/api/javafx/scene/doc-files/cssref.html#textarea