An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# AlertFX

[ ![Download](https://api.bintray.com/packages/cbrnrd/AlertFX/AlertFX/images/download.svg) ](https://bintray.com/cbrnrd/AlertFX/AlertFX/_latestVersion)
[![Code Climate](https://codeclimate.com/github/cbrnrd/AlertFX/badges/gpa.svg)](https://codeclimate.com/github/cbrnrd/AlertFX)
[![Build Status](https://travis-ci.org/cbrnrd/AlertFX.svg?branch=master)](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)
```