-
Enhancement
-
Resolution: Cannot Reproduce
-
P4
-
fx2.0
-
JavaFX 2.0 JDK Win 64Bits
In JavaFx 1.3 I used -fx-image to define witch image that ImageView will use to reder. something like this in CSS file:
.IconeUsuario40px {
-fx-image: url("../imagens/usuario40px.png");
}
There is something like this in 2.0 API ?
.IconeUsuario40px {
-fx-image: url("../imagens/usuario40px.png");
}
There is something like this in 2.0 API ?
- duplicates
-
JDK-8112853 ImageView doesn't load Image from style sheet
- Closed
- is blocked by
-
JDK-8114517 Fix various errors in CSS properties
- Resolved