Skip to content

external JavaFX libraries. #17

Answered by salmonb
Hugolarson asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you @Hugolarson.

Unfortunately, most JavaFX libraries won't compile with GWT because they were not designed for that (reason 1). And even if by chance some are GWT compatible, they may use some JavaFX controls that are not yet covered by WebFX, so GWT will complain not finding these classes (reason 2).

We aim to extend the JavaFX coverage, which will reduce reason 2, but some components are complex (ex: TableView), so we will first propose simpler alternatives (ex: DataGrid) as part of our WebFX Extras library. Of course this doesn't solve the problem you raised, but it will be an alternative for new WebFX applications (for example Modality will use them).

ControlsFX use many contro…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Hugolarson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants