-
Notifications
You must be signed in to change notification settings - Fork 0
Home
jordangb edited this page Apr 26, 2013
·
2 revisions
QMaker makes use of Java 7's JavaFX library. Most of the GUI is designed in FXML created by Oracle's Scene Builder. The project was made in Netbeans for easy integration with JavaFX and makes use of Netbeans Build Native Package tool to make the executable files for Windows and Mac.
For building Native Packages, the package needs to be compiled and built using the JDK that you want to bundle with the native package. i.e. to make a Windows exe file, compile the program using 32 bit Java on a windows machine or for Mac, compile the code on a Mac.