MCPcopy Create free account
hub / github.com/PCGen/pcgen / showPopup

Method showPopup

code/src/java/pcgen/gui2/CharacterTabs.java:103–108  ·  view source on GitHub ↗
(final MouseEvent e)

Source from the content-addressed store, hash-verified

101 addMouseListener(new PopupMouseAdapter()
102 {
103 @Override
104 public void showPopup(final MouseEvent e)
105 {
106 popupMenu.setVisible(true);
107 popupMenu.show(e.getComponent(), e.getX(), e.getY() - popupMenu.getHeight());
108 }
109 });
110 }
111

Callers

nothing calls this directly

Calls 2

setVisibleMethod · 0.65
showMethod · 0.45

Tested by

no test coverage detected