JAL-4366 JAL-728 simple hack to use 3di matrix when gecos-3di is enabled
[jalview.git] / src / jalview / gui / PopupMenu.java
index 88c1292..8875288 100644 (file)
@@ -906,6 +906,7 @@ public class PopupMenu extends JPopupMenu implements ColourChangeListener
     if (Platform.isJS())
     {
       details = new JInternalFrame();
+      details.setFrameIcon(null);
       JPanel panel = new JPanel(new BorderLayout());
       panel.setOpaque(true);
       panel.setBackground(Color.white);
@@ -1735,8 +1736,7 @@ public class PopupMenu extends JPopupMenu implements ColourChangeListener
           Map<SequenceI, List<AlignmentAnnotation>> candidates)
   {
     final AlignmentI alignment = this.ap.getAlignment();
-    AlignmentUtils.addReferenceAnnotations(candidates, alignment,
-            null);
+    AlignmentUtils.addReferenceAnnotations(candidates, alignment, null);
     refresh();
   }
 
@@ -1834,6 +1834,7 @@ public class PopupMenu extends JPopupMenu implements ColourChangeListener
       pane.setBackground(Color.WHITE);
       pane.add(textLabel, BorderLayout.NORTH);
       frame = new JInternalFrame();
+      frame.setFrameIcon(null);
       frame.getContentPane().add(new JScrollPane(pane));
     }
     else
@@ -2189,7 +2190,8 @@ public class PopupMenu extends JPopupMenu implements ColourChangeListener
 
     String[] omitHidden = null;
 
-    System.out.println("PROMPT USER HERE"); // TODO: decide if a prompt happens
+    jalview.bin.Console.outPrintln("PROMPT USER HERE"); // TODO: decide if a
+                                                        // prompt happens
     // or we simply trust the user wants
     // wysiwig behaviour