Top "Javafx-2" questions

OUTDATED - DO NOT USE FOR GENERAL JAVAFX QUESTIONS!

JavaFX scene builder 2: controller class

Hi im building a JavaFX project and am using JavaFX Scene Builder 2. I wanted to link my controller to my …

java javafx-2 scenebuilder
Tree item select event in javafx2

I have created the treeview in javafx2. i need to write the event for getting clicked node name. pls let …

javafx-2 javafx
How to get the version number of JavaFX?

How can I find out at runtime which version of JavaFX I'm using?

java javafx javafx-2
How to reference primaryStage

I use .fxml-Files for the view-layer of my application. Each fxml has a controller attached to it <AnchorPane fx:…

java javafx javafx-2 fxml
How to style menu button and menu items

I tried to change styles in menu button. I could change menu button style but not its menu item. No …

css javafx javafx-2 javafx-8 menuitem
Combo-box key value pair in JavaFX 2

I am just starting to learn JavaFX 2. Now I am trying to build a sample application. Then I got stuck …

java javafx-2
Get real position of a node in JavaFX

What is the best way to get the absolute position of a node in JavaFX? Imagine we have a node …

java javafx javafx-2 javafx-8
GroupBox / TitledBorder in JavaFX 2?

Is there something like a GroupBox or TitledBorder available on JavaFX 2? Thanks for any hint :-)

layout javafx-2 groupbox titled-border
JavaFX: "Toolkit" not initialized when trying to play an mp3 file through MediaPlayer class

I'm trying to make a simple mp3 play in the background of my program using the following: Media med = new …

java media-player javafx-2
How to create Splash screen with transparent background in JavaFX

I am trying to create a splash screen like the example I've provded. It seems that AnchorPane does not allow …

java transparency javafx-2 javafx splash-screen