Merge remote-tracking branch 'origin/bug/JAL-3049colourCellTooltip' into
[jalview.git] / src / jalview / appletgui / EmbmenuFrame.java
index be4eab6..53782c0 100644 (file)
@@ -51,8 +51,8 @@ import java.util.Map;
  */
 public class EmbmenuFrame extends Frame implements MouseListener
 {
-  protected static final Font FONT_ARIAL_PLAIN_11 = new Font(
-            "Arial", Font.PLAIN, 11);
+  protected static final Font FONT_ARIAL_PLAIN_11 = new Font("Arial",
+          Font.PLAIN, 11);
 
   public static final Font DEFAULT_MENU_FONT = FONT_ARIAL_PLAIN_11;
 
@@ -156,8 +156,7 @@ public class EmbmenuFrame extends Frame implements MouseListener
    * @return the panel instance for convenience.
    */
   protected Panel makeEmbeddedPopupMenu(MenuBar menuBar, Font font,
-          boolean overrideFonts,
-          Panel embeddedMenu,
+          boolean overrideFonts, Panel embeddedMenu,
           MouseListener clickHandler)
   {
     if (overrideFonts)
@@ -208,8 +207,8 @@ public class EmbmenuFrame extends Frame implements MouseListener
     if (popup != null)
     {
       embeddedMenu.add(popup);
-      popup.show(embeddedMenu, source.getBounds().x, source.getBounds().y
-              + source.getBounds().getSize().height);
+      popup.show(embeddedMenu, source.getBounds().x,
+              source.getBounds().y + source.getBounds().getSize().height);
     }
   }