https://github.com/cbrnrd/alertfx
A JavaFX API for easy interaction with alerts and dialogs
https://github.com/cbrnrd/alertfx
api gui java javafx
Last synced: about 2 months ago
JSON representation
A JavaFX API for easy interaction with alerts and dialogs
- Host: GitHub
- URL: https://github.com/cbrnrd/alertfx
- Owner: cbrnrd
- License: bsd-3-clause
- Created: 2017-05-28T23:07:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T19:33:50.000Z (about 9 years ago)
- Last Synced: 2025-01-31T15:42:22.459Z (over 1 year ago)
- Topics: api, gui, java, javafx
- Language: Java
- Size: 494 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AlertFX
[  ](https://bintray.com/cbrnrd/AlertFX/AlertFX/_latestVersion)
[](https://codeclimate.com/github/cbrnrd/AlertFX)
[](https://travis-ci.org/cbrnrd/AlertFX)
A JavaFX library to make working with Dialogs simpler.
## Downloading
### Precompiled
Grab the `alertfx.jar` file from `./bin` or from GitHub releases
##### AlertFX uses `jCenter()` to distribute the library.
### Maven
```xml
org.cbrnrd
alertfx
1.1
```
### Gradle
```gradle
compile 'org.cbrnrd:alertfx:1.1'
```
### Ivy
```xml
```
## Usage
1. `import org.cbrnrd.alertfx.*;`
2. Declare a new MsgBox (or whatever else you want) `MsgBox msgBox = new MsgBox("Message here");`
3. Apply any additional properties you want
4. Show the alert with `msgBox.show()`
## Documentation
Available [here](http://cbrnrd.github.io/AlertFX). (Still working on it)
## Bugs
If you find any bugs, please report them on GitHub issues.
## Contributing
If you feel that something you created will fit in in this library,
feel free to open a Pull Request on GitHub. I'll do a quick review
and we'll be all good!
## Thank you
Thank you for using AlertFX 👏.
If you're feeling generous, donations are always appreciated:
```
19XiyrvqyYNLehf89ckBjPQYCfW77F9rx7 (Ƀ, BTC)
0xf6f247e4a929890926F88144111f5E27d87bD07a (ETH)
LQRUJUpSkmi5BfT6nyPVNKKoLWbnpZ64sL (Ł, LTC)
```