Class UiNotifier

java.lang.Object
com.studentgui.apphelpers.UiNotifier

public class UiNotifier extends Object
Very small non-modal notification window for quick status messages. Lightweight utility used across pages to display transient, non-blocking notifications to the user.
  • Method Details

    • show

      public static void show(String message)
      Display a short, transient notification message on screen.
      Parameters:
      message - message text to display