Saturday, 15 March 2014

java - Using JavaFX api from jfrt.jar in non JavaFX applications -



java - Using JavaFX api from jfrt.jar in non JavaFX applications -

is possible utilize code not related special javafx features in non javafx application? application builds on top of javase 8. means javafx runtime , apis included in way. can utilize property framework of javafx bundle javafx.beans located in jfxrt.jar? neccesarry run code in special java fx runtime?

thanks in advance , best regards sebastian

i haven't tried, guess can utilize next packages without starting javafx platform:

javafx.bean.* javafx.collections.* javafx.util.*

the question if want clutter non-gui code code gui framework , create dependency javafx.

personally, still hope java language level properties someday, binding support.

java javafx javafx-8

No comments:

Post a Comment