* @throws UnsupportedLookAndFeelException
*/
public static AppletConnectionInfo initialiseGuiSystem() throws UnsupportedLookAndFeelException {
// Install our own focus manager. MUST be done prior to setting the
// UIManager, otherwise you'll run into issues like things have the wrong focus.
KeyboardFocusManager.setCurrentKeyboardFocusManager(new ForteKeyboardFocusManager());
RepaintManager.setCurrentManager(new ForteRepaintManager());
// CONV:TF:Check the type of the operating system before loading the look and feel
int type = FrameworkUtils.getOSType();
if (type == net.helipilot50.stocktrade.framework.Constants.OS_OT_NT ||
type == net.helipilot50.stocktrade.framework.Constants.OS_OT_WIN95) {