Top "Javafx-2" questions

OUTDATED - DO NOT USE FOR GENERAL JAVAFX QUESTIONS!

Is it possible to enable hardware acceleration with Java FX on Windows 2008 server?

As discussed in this question, it's possible to detect whether Java FX is using hardware acceleration by passing -Dprism.verbose=…

java graphics javafx-2 javafx hardware-acceleration
Set two root nodes for TreeView

Is there a way to set two root nodes for one TreeView? I found many example if simple TreeView but …

javafx javafx-2 javafx-8
Real Time Candle stick chart using javafx (and no jfreechart )

I want to make a candlestick chart which reads stream of data and then plot it (so it will be …

javafx-2 finance candlestick-chart
Adding JFXPanel to a JFrame. Why is it not working?

I am trying to add a JFXPanel to my JFrame. I am using Netbeans and Netbeans' Swing GUI Builder. When …

java swing desktop-application gui-builder javafx-2
is JavaFX Scene Builder available on linux support?

I can't find JavaFX scene Builder Linux package on the Oracle official website http://www.oracle.com/technetwork/java/javafx/…

java linux netbeans javafx-2 scenebuilder
Event when window/stage lost focus

How can I run a piece of code (or more exactly: close the stage) when the JavaFX stage lost it's …

java events focus javafx-2 stage
How to create skins(fxml) for buttons and other elements in JavaFX 2.0?

I am wondering if anyone has or knows a link from where I can learn or see how to create …

javafx-2 skinning fxml skins
What is the best way to design the GUI in javafx 2.0?

In javafx 2.0 it is possible to create the layout by using FXML approach or by using normal java code. What …

javafx-2 fxml
How to get JavaFX 2.0 visibility event on Pane?

After several tries and researches, I have not managed to get visibility event from Pane. The below sample seems to …

events properties javafx-2 visibility pane
Javafx 2 TreeView - hide root item

I created my own TreeView in JavaFX 2 with this tutorial. However I want to hide my root node. How it …

java treeview hide javafx-2