JAL-3416 Remove all JFrame/JInternalFrame icons (set to null)
[jalview.git] / src / jalview / gui / Preferences.java
index 987051f..2f0257f 100755 (executable)
@@ -249,7 +249,7 @@ public class Preferences extends GPreferences
   {
     super();
     frame = new JInternalFrame();
-    frame.setFrameIcon(WindowIcons.preferencesIcon);
+    frame.setFrameIcon(null);
     frame.setContentPane(this);
     if (!Platform.isJS())
     /**