com.sun.javafx.scene.control.skin.SkinBase not found in openjdk-8
walec51 opened this issue · 4 comments
Wanted to test JFXtras-labs latest sources with JavaFX 8 but among other smaller compilation errors I can handle there is one BIG problem. The class com.sun.javafx.scene.control.skin.SkinBase used in all the JFXtras skin classes is not present in the latest build of JDK 8
Have you checked out the 8.0 branch?
On 2013-08-07 15:54, Adam Walczak wrote:
Wanted to test JFXtras-labs latest sources with JavaFX 8 but among other smaller compilation errors I can handle there is one BIG problem. The class com.sun.javafx.scene.control.skin.SkinBase used in all the JFXtras skin classes is not present in the latest build of JDK 8
—
Reply to this email directly or view it on GitHub #49.
Nope, my fault
please can anyone help with this problem
skinbase is not present in com.sun.javafx.scene.control.skin
i try to buil a carousel with javafx 8 following this code https://github.com/hjohn/Carousel
but the import of skinbase cannot be done
what should i do?
You might give the javafx8 branch a try. https://github.com/hjohn/Carousel/tree/javafx8/Carousel
I haven't tried it on my own, but this seems the right branch to look at.