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

Method OptionsDialog

src/main/java/gate/gui/OptionsDialog.java:61–64  ·  view source on GitHub ↗
(Frame owner)

Source from the content-addressed store, hash-verified

59@SuppressWarnings("serial")
60public class OptionsDialog extends JDialog {
61 public OptionsDialog(Frame owner){
62 super(owner, "GATE Options", true);
63 MainFrame.getGuiRoots().add(this);
64 }
65
66 protected void initLocalData(){
67 lookAndFeelClassName = userConfig.getString(GateConstants.LOOK_AND_FEEL);

Callers

nothing calls this directly

Calls 2

getGuiRootsMethod · 0.95
addMethod · 0.65

Tested by

no test coverage detected