JAL-3416 File Chooser iconified, JvOptionPanes iconified, other internal frames and...
[jalview.git] / src / jalview / gui / Preferences.java
index 06d3a60..987051f 100755 (executable)
@@ -249,6 +249,7 @@ public class Preferences extends GPreferences
   {
     super();
     frame = new JInternalFrame();
+    frame.setFrameIcon(WindowIcons.preferencesIcon);
     frame.setContentPane(this);
     if (!Platform.isJS())
     /**