Top "Javafx-8" questions

JavaFX 8 (previously named JavaFX 3) introduces a new API for JavaFX technology.

How to close a JavaFX application on window close?

In Swing you can simply use setDefaultCloseOperation() to shut down the entire application when the window is closed. However in …

java javafx javafx-2 javafx-8
JavaFX: How to get stage from controller during initialization?

I want to handle stage events (i.e. hiding) from my controller class. So all I have to do is …

javafx initialization javafx-2 javafx-8 stage
JavaFX Application Icon

Is it possible to change the application icon using JavaFX, or does it have to be done using Swing?

java javafx javafx-2 javafx-8 stage
JavaFX 2.1 TableView refresh items

I have this common issue, as it appears to be. My table view wont refresh my items after I reset …

java javafx tableview javafx-8 fxml
How to create a popup windows in javafx

I want to create a popup windows in javafx application.give me some idea. when i click on check button …

java javafx javafx-2 javafx-8 scenebuilder
Issue with background color in JavaFX 8

Looks like there is an issue with setting background colors for panels in JavaFX 8. I had been trying the below, …

javafx javafx-8
JavaFX: Stage close handler

I want to save a file before closing my JavaFX application. This is how I'm setting up the handler in …

java javafx handler javafx-8
How to avoid Not on FX application thread; currentThread = JavaFX Application Thread error?

Below code snippets is giving me error Not on FX application thread; currentThread=JavaFX Application Thread.This application was working …

multithreading javafx javafx-8 javafx-2
FXML Load exception

I got a problem that I absolutely can't solve on my own because I have just started using JAVA FX. …

java exception javafx-2 javafx-8 fxml
Value Change Listener for JavaFX's TextField

I would like to add a kind of listener to my JavaFX's TextField which when ever a user changes the …

java javafx javafx-8 documentlistener