-
Bug
-
Resolution: Not an Issue
-
P3
-
fx2.1
-
javafx-sdk2.1.0-beta-b17, Windows 7 x64
The following css:
.text {
-fx-fill: red;
}
is not applying to Text components.
text.getStyleclass() returns empty list. Is this expected? For example, imageView also returns empty list.
.text {
-fx-fill: red;
}
is not applying to Text components.
text.getStyleclass() returns empty list. Is this expected? For example, imageView also returns empty list.