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
- Host: GitHub
- URL: https://github.com/deflatedpickle/tosuto
- Owner: DeflatedPickle
- License: mit
- Created: 2020-06-17T23:46:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-24T17:37:10.000Z (almost 3 years ago)
- Last Synced: 2025-02-06T09:26:48.586Z (over 1 year ago)
- Language: Kotlin
- Homepage: https://jitpack.io/#DeflatedPickle/tosuto
- Size: 171 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tosuto
Toast notifications for Swing
## 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.
