-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: None
-
Component/s: javafx
The problem is that in an OSGi-Env the javafx bundle won't see the class and so will fail to load it.
.kiosk-button{
-fx-skin : "kiosk.pilot.KioskButtonSkin";
}
To me it looks like JavaFX is not designed with modularization in mind, is that correct?
.kiosk-button{
-fx-skin : "kiosk.pilot.KioskButtonSkin";
}
To me it looks like JavaFX is not designed with modularization in mind, is that correct?