JAL-1551 spotlessApply
[jalview.git] / src / jalview / gui / WebserviceInfo.java
index edcab0c..7eeee9a 100644 (file)
@@ -323,7 +323,7 @@ public class WebserviceInfo extends GWebserviceInfo
           boolean makeVisible)
   {
     frame = new JInternalFrame();
-    frame.setFrameIcon(WindowIcons.logoIcon);
+    frame.setFrameIcon(null);
     frame.setContentPane(this);
     Desktop.addInternalFrame(frame, title, makeVisible, width, height);
     frame.setClosable(false);