JAL-3416 Remove all JFrame/JInternalFrame icons (set to null)
[jalview.git] / src / jalview / gui / SequenceFetcher.java
index 3b93059..6b4c74a 100755 (executable)
@@ -186,7 +186,7 @@ public class SequenceFetcher extends JPanel implements Runnable
 
     frame = new JInternalFrame();
     frame.setContentPane(this);
-    frame.setFrameIcon(WindowIcons.fetchIcon);
+    frame.setFrameIcon(null);
     Desktop.addInternalFrame(frame, getFrameTitle(), true, 400,
             Platform.isAMacAndNotJS() ? 240 : 180);
   }