-
Bug
-
Resolution: Fixed
-
P2
-
None
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?