Category "javafx-8"

How to generate a jar and native bundle (dmg, exe, etc) from the same code in JavaFX

I have a JavaFX app setup in IntelliJ. This app can run from the command line and as a gui from the jar. In addition to the two modes from the jar, I want to al

JavaFX: ObsevableMap keySet as an ObservableSet

I want to transform an ObservableMap's keySet to a read only ObservableSet. I don't want to copy the value, any modification to the ObservableMap must affect th

JavaFX: How to pan a ScrollPane that contains Button children?

In JavaFX, I have a ScrollPane which contains a TilePane which contains various Buttons. This application will run on a touch screen, so the user will scroll b

How to communicate between a dialog and parent Controller in javaFX

I have a MainController and when I press a certain button, a custom dialog (loaded from a custom FXML file) pops up from that MainController class. Now, in that

Adding borders to GridPane JavaFX

I am creating a board game in JavaFX using GridPane. There are 7 different animations which could be placed in each grid (cell) of the grid. Initially the gri

Is it possible to create 3d model in JavaFX 8 without texture?

I'd like to create a model in JavaFX 8 application which will have ~400000 polygons. And I don't need any texture, only simple color. Commonly it's necessary to