Merge branch 'improvement/JAL-3416_default_to_LIVE_DRAG_MODE_for_flatlaf' into merge...
[jalview.git] / src / jalview / gui / CalculationChooser.java
index dda0a9f..af41e58 100644 (file)
@@ -130,7 +130,7 @@ public class CalculationChooser extends JPanel
   {
     setLayout(new BorderLayout());
     frame = new JInternalFrame();
-    frame.setFrameIcon(WindowIcons.treeIcon);
+    frame.setFrameIcon(null);
     frame.setContentPane(this);
     this.setBackground(Color.white);
     frame.addFocusListener(new FocusListener()