Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukeonuke/simplefxdialog
Simple dialogs for javaFx
https://github.com/lukeonuke/simplefxdialog
beta dialog jar java-library java8 javafx javafx-library
Last synced: 10 days ago
JSON representation
Simple dialogs for javaFx
- Host: GitHub
- URL: https://github.com/lukeonuke/simplefxdialog
- Owner: LukeOnuke
- License: gpl-3.0
- Created: 2020-05-26T21:49:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-25T09:11:28.000Z (almost 4 years ago)
- Last Synced: 2024-11-19T21:32:52.789Z (2 months ago)
- Topics: beta, dialog, jar, java-library, java8, javafx, javafx-library
- Language: Java
- Homepage:
- Size: 8.72 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Fx Dialog
![banner](https://i.imgur.com/jDsThDb.png)
A library with a lot of preset dialogs with simple syntax.
Wiki : [here](https://github.com/LukeOnuke/SimpleFxDialog/wiki)
## Instalation
**MAVEN**
***Step 1.*** Add the JitPack repository to your build file
```xml
jitpack.io
https://jitpack.io
```
**_Step 2._** Add the dependency
```xml
com.github.LukeOnuke
SimpleFxDialog
Tag
```
**NETBEANS**- Download the library(jar) from the releases page or click
[here](https://github.com/LukeOnuke/SimpleFxDialog/releases)1. Paste the downloaded jar into a folder of your choise
2. Open project settings (Right click onto the project then go `Properties`. After you are in the Project settings go `Libraries -> Add JAR/Folder` and select the jar of this library)If you cant find a guide for your IDE follow a guide for using a external library for your IDE of choise
## Documentation
Wiki front page: [here](https://github.com/LukeOnuke/SimpleFxDialog/wiki)
```
Wiki
│
Wiki front page
|
└───Class : Dialog
│ │ Method : okCancelDialog()
│ │ Method : okDialog()
│ │ Method : formDialog()
│ │ Method : custom2ButtonDialog()
│ │ Method : formDialog()
│ │ Method : aboutDialog()
│
└───Enum : DialogImage
│
│
│
└───Exception : NotSupportedException
│
│
│
└───Class : TrayDialog
│ │ Method : displayTrayNotification()
```## Contribution
If you want to contribute you are welcome to do in any way imaginable. Easiest way to contribute is to star the repository.