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) {
UIManager.setLookAndFeel(new Win32LookAndFeel());
}
// TF:20/11/2009:Load the glassPane so it attaches itself to the event queue
GlassPaneWithEvents.getCurrentEvent();