# swing-toaster **Repository Path**: mirrors_bobbylight/swing-toaster ## Basic Information - **Project Name**: swing-toaster - **Description**: A toaster component for Swing applications. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Swing Toaster A toaster widget for Swing applications, done right. Requires Java 11. ## Features * Per-window toaster messages. If you're looking for desktop-scoped notifications, you should use the standard AWT `TrayIcon.displayMessage()` method. * Toaster messages can fade away after a configurable delay. * If multiple toasters are displayed, they are stacked appropriately. * Looks good in all standard Look and Feels as well as common popular ones (see the demo submodule). ## Project Structure The `toaster` submodule contains the actual library. The `toaster-demo` submodule contains a simple example of usage. ## Building ```bash ./gradlew clean build --warning-mode all ```