/tosuto

A notification toastbox for Swing

Primary LanguageKotlinMIT LicenseMIT

tosuto

Buy Me a Coffee at ko-fi.com

Toast notifications for Swing

CodeFactor

Installation

Gradle

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.DeflatedPickle.tosuto:tosuto:1.7.2'
}

Maven

<repositories>
    <repository>
        <id>jitpack.io</id>
		<url>https://jitpack.io</url>
    </repository>
</repositories>

<dependency>
    <groupId>com.github.DeflatedPickle.tosuto</groupId>
    <artifactId>tosuto</artifactId>
    <version>1.7.2</version>
</dependency>

Usage

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.