Extends Applet with full support for running
as an application, with access to resource URLs and inputstreams,
images, sound and all, and with carefully designed
internationalization (I18N) conveniences that make internationalization
of your applets and applications trivial.
The execution environment for Applicet applications (implementing
the java.applet.AppletContext interface); also adds
functionality, specific for Applicet applications, that need not be
distributed with Applicet applets.
Interface describing helper programs for the AppletContext of an Applicet application:
Applicet.getAppletContext().showDocument(), if instanceof Applicet.Context,
delegates to Browser.showDocument().
BrowserLauncher is a class that provides one static method, openURL, which opens the default
web browser for the current user of the system to the given URL.
Convenience class that contains one single method to decode Applicet and JApplicet
parameter Strings to a Color value, which is quite commonly required (some
IDE code generators even put such a method by default into your
applet's java code).
Creates a frame with the class name both as title and as
base name for the icon filename: first ".gif" is appended
to try and get an icon image, then ".jpg".
Creates a frame with the class name both as title and as
base name for the icon filename: first ".gif" is appended
to try and get an icon image, then ".jpg".
Contains Eric Albert's BrowserLauncher, which is delegated to from the EricAlbertBrowser implementation of the Browser interface for handling calls to showDocument in an Applicet application's AppletContext.
Formats an array of Object arguments to a localized message
according to the named pattern; the pattern name is used to
look up both the localized pattern as well as localized
argument Strings for those Object arguments that are null.
Formats an array of Object arguments to a localized message
according to the named pattern; the pattern name is used to
look up both the localized pattern as well as localized
argument Strings for those Object arguments that are null.
Formats an array of Object arguments to a localized message
according to the named pattern; the pattern name is used to
look up both the localized pattern as well as localized
argument Strings for those Object arguments that are null.
Formats an array of Object arguments to a localized message
according to the named pattern; the pattern name is used to
look up both the localized pattern as well as localized
argument Strings for those Object arguments that are null.
Formats an array of Object arguments to a localized message
according to the named pattern; the pattern name is used to
look up both the localized pattern as well as localized
argument Strings for those Object arguments that are null.
Gets the named AudioClip resource, either by reading it from the resource's
URL or from an InputStream opened on the resource, depending on the
iResourceContext parameter.
Gets the named AudioClip resource, either by reading it from the resource's
URL or from an InputStream opened on the resource, depending on the
iResourceContext parameter.
Convenience method to convert an HTML-style hexadimal "RRGGBB" or
"#RRGGBB" color number or one of the predefined Color names
(case-insensitive) to an awt.Color object, or null if
no color is matched.
Convenience method to convert an HTML-style hexadimal "RRGGBB" or
"#RRGGBB" color number or one of the predefined Color names
(case-insensitive) to an awt.Color object, or null if
no color is matched.
Returns the Color value of a named parameter, or the default value if no
value for the parameter has been specified, or the value is no Color representation.
Loads and returns an I18N set of .properties files for the default locale,
using the qualified Applicet subclass name as base name; if not found, an empty
Properties object is returned.
Loads and returns an I18N set of .properties files for the default locale,
using the qualified name of the supplied class as base name; if not found, an empty
Properties object is returned.
Loads and returns an I18N set of .properties files for a specific locale,
using the qualified name of the supplied class as base name; if not found, an empty
Properties object is returned.
Loads and returns an I18N set of .properties files for a specific locale,
using the qualified name of the Applicet subclass as base name; if not found, an empty
Properties object is returned.
Loads and returns an I18N set of .properties files for the default locale,
using the supplied qualified base name; if not found, an empty
Properties object is returned.
Loads and returns an I18N set of .properties files for a specific locale
and qualified base name; if not found, an empty Properties object is returned.
Searches for the localized String with the specified name in the specified I18N set
of .properties files for this Applicet, and splits it into an array of
Strings using the delimiter character.
Searches for the localized String with the specified name in the default I18N set
of .properties files for this JApplicet, and splits it into an array of
Strings using the delimiter character.
Searches for the localized String with the specified name in the default I18N set
of .properties files for this Applicet, and splits it into an array of
Strings using the delimiter character.
Searches for the localized String with the specified name in the default I18N set
of .properties files for this JApplicet, and splits it into an array of
Strings using the delimiter character.
Searches for the localized String with the specified name in the default I18N set
of .properties files for this Applicet, and splits it into an array of
Strings using the delimiter character.
Gets the named Image resource, either by reading it from the resource's
URL or from an InputStream opened on the resource, depending on the
iResourceContext parameter.
Gets the named Image resource, either by reading it from the resource's
URL or from an InputStream opened on the resource, depending on the
iResourceContext parameter.
Returns the long integer value of a named parameter, or the default value if no
value for the parameter has been specified, or the value is no long representation.
Returns the long integer value of a named parameter, or the default value if the
specified parameter value is out of range, no value for the parameter has been
specified, or the value is no long representation.
Processes HyperlinkEvents (i.e. clicking on a hyperlink)
to display a new document; also displays the URL of the
hyperlink under the mouse in the labHyperlink label.
Extends JApplet with full support for running
as an application, with access to resource URLs and inputstreams,
images, sound and all, and with carefully designed
internationalization (I18N) conveniences that make internationalization
of your applets and applications trivial.
The execution environment for JApplicet applications (implementing
the java.applet.AppletContext interface); also adds
functionality, specific for JApplicet applications, that need not be
distributed with JApplicet applets.
Convenience class that contains one single method to decode Framework
parameter Strings to a Color value, which is quite commonly required (some
IDE code generators even put such a method by default into your
applet's java code).
Utitlity method that does a best effort to play the named AudioClip resource,
depending on this JApplicet's resource context and execution environment.
Plays the named AudioClip resource, either by reading it from the resource's
URL or from an InputStream opened on the resource, depending on the
iResourceContext parameter.
Plays the named AudioClip resource, either by reading it from the resource's
URL or from an InputStream opened on the resource, depending on the
iResourceContext parameter.
You should not call this method: call JApplicet.showStatus()
instead. This method is public only because it is defined
in an interface (java.applet.AppletContext).
You should not call this method: call Applicet.showStatus()
instead. This method is public only because it is defined
in an interface (java.applet.AppletContext).