MCPcopy Create free account
hub / github.com/GateNLP/gate-core / XJMenu

Method XJMenu

src/main/java/gate/swing/XJMenu.java:32–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30@SuppressWarnings("serial")
31public class XJMenu extends JMenu {
32 public XJMenu(){
33 super();
34 getPopupMenu().setLayout(new MenuLayout());
35 }
36
37 public XJMenu(Action a){
38 super(a);

Callers

nothing calls this directly

Calls 2

initListenersMethod · 0.95
getValueMethod · 0.65

Tested by

no test coverage detected