Package eu.svjatoslav.commons.gui.dialog


package eu.svjatoslav.commons.gui.dialog
Provides Swing-based dialog components for graphical user interfaces.

This package contains utility dialogs for displaying information to users in graphical applications:

  • ExceptionDialog - Display exceptions with stack traces in a user-friendly dialog window

These dialogs are designed to be simple to use and provide immediate visual feedback for application errors, making debugging and user communication easier in GUI applications.

Note: This package requires a graphical environment and Swing libraries. It is not suitable for headless or server-side applications.

Since:
1.0
Author:
Svjatoslav Agejenko
See Also:
  • Classes
    Class
    Description
    A graphical dialog for displaying exceptions with stack traces.