-
Notifications
You must be signed in to change notification settings - Fork 0
Kotsiubynskyi/CalculatorFX
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
CalculatorFX Description This app is simple calculator written with help of Java GUI platform - JavaFX. Due to possibility to write GUI layout in xml files general readability of code is great. In addition to this I used ScriptEngine (Since 1.6) to perform all arithmetic calculations. Final code is very short. Launching You can run this app either using cmd putting in classpath library for javafx or simply with your favourite IDE which does it automatically. There is another way. You can also run this app by packaging it into exe. Here how you can do it. 1) You need to have installed JDK 7u6 or higher. 2) Find tool JDK\bin\javafxpackager.exe. 3) Stay in the same folder as 'src' and run command bellow: javafxpackager -makeall -appclass edu.ua.nau.calculator.Main -outdir . -name CalulatorFX -v 4) That`s all. You can find executable file CalcualtorFX.exe in \dist\bundles\CalulatorFX\CalulatorFX.exe
About
Calculator with ScriptEngine (Since 1.6)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published