-
I'm an enterprise Java dev and PoE addict and this project looks very interesting.
I would potentially like to contribute to the code, but I'm finding the project structure a little unintuitive. I …
-
I am working on a project using JavaFX and Scene Builder. But when I add JFXTabPane to the Scene, I get the following Runtime Exception which I cannot figure out the cause.
> java.lang.ClassCast…
-
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'console'.
> Couldn't find Ant-JavaFX-library, please make sure you've installed some JDK w…
-
I just switched my project from modular to non modular and i'm getting this exception all of a sudden.
`Exception in thread "JavaFX Application Thread" java.lang.IllegalAccessError: superclass acce…
-
I have a view model `tag` that has two String properties and I am trying to use cellFormat to customize how they appear in a listview:
```
listview(wikiViewModel.tagList) {
…
-
I am using IntelliJ 2019.2.3, I set my PATH_TO_FX to C:\Program Files\Java\javafx-sdk-13.0.1, my VM options to --module-path ${PATH_TO_FX} --add-modules javafx.controls,javafx.fxml, my library for jav…
-
Is there a way to use MigLayout in an FXML file and specify the constraints?
```
...
```
-
My css autocomplete doesn't work and I get "unknown property" warnings. I've tried a lot already but nothing seems to work. I even reinstalled eclipse, removed all the plugins, and reinstalled all of …
-
**[Original report](https://bitbucket.org/controlsfx/controlsfx/issue/802) by Matthew-Groth (Bitbucket: [Matthew-Groth](https://bitbucket.org/Matthew-Groth), GitHub: Unknown).**
---------------------…
-
```
The JavaFX APIs do not provide an Action abstraction. Swing provides such
abstraction, making it easy to reuse information that can be used to configure
multiple buttons/menus.
For this reason …