When install JDK I found src.zip in C:\Program Files\Java\jdk1.7.xxx folder, but I can not find the javafx source code, I googled but found nothing (on http://openjdk.java.net/projects/openjfx/) So, is javafx open source, and where can I get?
相关问题
- I get an exception when trying to swap elements in
- JFX scale image up and down to parent
- Dragging an undecorated Stage in JavaFX
- JavaFX sample issue
- How to properly use Weld in JavaFX 2 application?
相关文章
- Low quality icon in taskbar of a Stage. JavaFX
- Loading custom font using JavaFX 8 and css
- Javafx Platform.runLater never running
- JavaFX scrolling table update performance degrades
- How to change the color of pane in javafx?
- Javafx select multiple rows
- TableView has more columns than specified
- Escape from a Number TextField in a JavaFX dialog
Update Dec 2019
For current information on Open Source JavaFX, visit https://openjfx.io.
The current open source code repository for JavaFX is at https://github.com/openjdk/jfx.
At the source location linked you can find license files for open JavaFX (currently this license matches the license for open JDK).
Previous Answer
As of February 2013, JavaFX is partially open source and should become almost fully open source over the next few months. The source is hosted as part of the open-jfx project that you linked in your question.
The manifest of the tip of the JavaFX development branch for Java 8 is: http://hg.openjdk.java.net/openjfx/8/master/rt/file/tip
The same page has a zip link, which allows you to easily download the available JavaFX source as a zip file.
The JavaFX source code is not included in the jdk src.zip file currently, but should be eventually before Java 8 is released.
Update
A February 2013 update for JavaFX OpenSource status has been published by the JavaFX development lead.
In short, it is not open source in that it is free to change & distribute for any purpose. JavaFX is licensed for internal use, excluding what they call commercial features.
The license details for JavaFX are outlined in full here. (PDF version available from here)
You can get JavaFX from here.