try {
// To change to platform look and feel, uncomment the following line,
// and remove the WindowsClassicLookAndFeel
// UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
// Forte displayed windows with a clasic Look and Feel
UIManager.setLookAndFeel(new WindowsClassicLookAndFeel());
}
catch (Exception e) {}
ToolTipManager.sharedInstance().setDismissDelay(Integer.MAX_VALUE);
ConfirmationWindow myClass = new ConfirmationWindow();
myClass.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);