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

https://github.com/deflatedpickle/tosuto

A notification toastbox for Swing
https://github.com/deflatedpickle/tosuto

Last synced: about 1 year ago
JSON representation

A notification toastbox for Swing

Awesome Lists containing this project

README

          




tosuto





Buy Me a Coffee at ko-fi.com

Toast notifications for Swing








CodeFactor




















## Installation
### Gradle
```groovy
repositories {
maven { url 'https://jitpack.io' }
}

dependencies {
implementation 'com.github.DeflatedPickle.tosuto:tosuto:1.7.2'
}
```
### Maven
```xml


jitpack.io
https://jitpack.io

com.github.DeflatedPickle.tosuto
tosuto
1.7.2

```

## Usage
### [Kotlin](https://github.com/DeflatedPickle/tosuto/blob/master/example/src/main/kotlin/main.kt)
### [Java](https://github.com/DeflatedPickle/tosuto/blob/master/example/src/main/java/Main.java)

## [Demo](https://github.com/DeflatedPickle/tosuto/tree/master/demo)
This is an interactive demo, with sliders to change values for the toasts and a button and content widgets to add new toasts.

The demo can be run either through Jitpack with Gradle (or Maven) by changing the tag from `:tosuto:1.7.2` to `:demo:1.7.2` (for Gradle), or by running the Gradle task inside this repository once cloned.