Point locationOnScreen = selectMethodActionPanel.getLocationOnScreen();
Point location = new Point(
(int) (locationOnScreen.getX()),
(int) locationOnScreen.getY() + selectMethodActionPanel.getHeight());
popup.showInScreenCoordinates(selectMethodActionPanel, location);
}
}
public class OpenMethodBrowserAction extends AnAction {
public OpenMethodBrowserAction() {