Package org.sm.smtools.application.util


package org.sm.smtools.application.util
Provides utility classes for developping SMTools-based GUIs.

This package mainly provides classes a multi-lingual interface, and access to JAR and ZIP files.

  • Class
    Description
    The DevelopMode class allows a global specification of an application's status.
    The I18NL10N class provides a mechanism for implementing a multi-lingual interface through internationalisation (I18N) and localisation (L10N).
    The JARResources class provides access to JAR and ZIP files.
    The JDesktopAccess class allows easy access for launching the platform's default browser, mail client, and applications for opening, editing, and printing files.
    This class contains the filenames of the selected set of GUI sounds.
    The different GUI sound sets.
    The JProgressUpdateGlassPane class provides the basic functionality for a progress updating glasspane.
    The different types of progress update visualisations.
    The JSplashScreen class provides a splash screen for Swing-based GUIs.
    The JStatusBar class constructs a JPanel that provides an application with a status bar.
     
    Refer to http://msdn2.microsoft.com/en-us/library/aa373232.aspx for more details.
    The Registry class provides a mechanism for accessing (persistent) global variables.
    The SystemInformation class allows gathering of some system information, such as Java VM memory statistics, number of CPUs, and the OS name.
    The different types of operating systems.