This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 96320
Collapse All | Expand All

(-)Installer.java (+1 lines)
Lines 619-624 Link Here
619
        
619
        
620
        try {
620
        try {
621
            JFrame.setDefaultLookAndFeelDecorated(true);
621
            JFrame.setDefaultLookAndFeelDecorated(true);
622
            UIManager.getInstalledLookAndFeels();
622
            UIManager.setLookAndFeel(className);
623
            UIManager.setLookAndFeel(className);
623
        } catch (ClassNotFoundException e) {
624
        } catch (ClassNotFoundException e) {
624
            ErrorManager.notifyWarning("Could not set the look and feel.", e);
625
            ErrorManager.notifyWarning("Could not set the look and feel.", e);

Return to bug 96320