Skip to content

LinyunLiu/SimpleConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Converter GUI in JavaFX

A MacOS bundle application is included in this repository, feel free to download the dmg file.
The application may not run on Apple silicon chip.
Java installation is also required.

JavaFX required:

https://gluonhq.com/products/javafx/

VM Arguments:

--module-path "/PATH/TO/javafx-sdk-version/lib" --add-modules javafx.controls,javafx.fxml

Program arguments (For Mac users) (not always neccessary):

-XstartOnFirstThread

To run exported .jar file in terminal:

java --module-path "/PATH/TO/javafx-sdk-version/lib" --add-modules javafx.controls,javafx.fxml -jar path/to/jar

About

This JavaFX application convert binary, decimal, hexadecimal digits into each other

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published