< prev index next >

src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/GTKLookAndFeel.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2002, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.  Oracle designates this

@@ -1495,11 +1495,11 @@
                         if ("gnome.Net/ThemeName".equals(name)) {
                             GTKEngine.INSTANCE.themeChanged();
                             GTKIconFactory.resetIcons();
                         }
                         lnf.loadStyles();
-                        Window appWindows[] = Window.getWindows();
+                        Window[] appWindows = Window.getWindows();
                         for (int i = 0; i < appWindows.length; i++) {
                             SynthLookAndFeel.updateStyles(appWindows[i]);
                         }
                     }
                 });
< prev index next >