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.
-
ClassDescriptionThe
DevelopMode
class allows a global specification of an application's status.TheI18NL10N
class provides a mechanism for implementing a multi-lingual interface through internationalisation (I18N) and localisation (L10N).TheJARResources
class provides access to JAR and ZIP files.TheJDesktopAccess
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.TheJProgressUpdateGlassPane
class provides the basic functionality for a progress updating glasspane.The different types of progress update visualisations.TheJSplashScreen
class provides a splash screen for Swing-based GUIs.TheJStatusBar
class constructs aJPanel
that provides an application with a status bar.Refer to http://msdn2.microsoft.com/en-us/library/aa373232.aspx for more details.TheRegistry
class provides a mechanism for accessing (persistent) global variables.TheSystemInformation
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.