Bare Bones Browser Launch for Java
Utility class to open a web page from a Swing application
in the user's default browser.
Supports: Mac OS X, GNU/Linux, Unix, Windows XP/Vista/7
Example Usage:
String url = "http://www.google.com/";
BareBonesBrowserLaunch.openURL(url);
Latest Version: www.centerkey.com/java/browser
Author: Dem Pilafian
Public Domain Software -- Free to Use as You Like
BaseMessage is called by all Message classes to enable the delegation of
message delivery, by key to be delegated to the appropriately authoritative
supplier as registered in the LAFFactory enabling both i18n as well as pluggable
look and feel (LAF)