-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
fx2.0
-
Windows 7, beta release
In the early access B25 release the following code
ImageView img = new ImageView();
img.getStyleClass().add("expand-image");
with a CSS style sheet of
.expand-image
{
-fx-image: url("images/maximize.jpeg");
}
would load the given image from the style sheet as the Image field of the ImageView.
In the beta this no longer works.
ImageView img = new ImageView();
img.getStyleClass().add("expand-image");
with a CSS style sheet of
.expand-image
{
-fx-image: url("images/maximize.jpeg");
}
would load the given image from the style sheet as the Image field of the ImageView.
In the beta this no longer works.
- duplicates
-
JDK-8101118 Image View css class -fx-image
-
- Closed
-
- is blocked by
-
JDK-8114517 Fix various errors in CSS properties
-
- Resolved
-