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

Method initLocalData

src/main/java/gate/gui/OptionsDialog.java:66–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 }
65
66 protected void initLocalData(){
67 lookAndFeelClassName = userConfig.getString(GateConstants.LOOK_AND_FEEL);
68 textComponentsFont = userConfig.getFont(GateConstants.TEXT_COMPONENTS_FONT);
69 menusFont = userConfig.getFont(GateConstants.MENUS_FONT);
70 componentsFont = userConfig.getFont(GateConstants.OTHER_COMPONENTS_FONT);
71 dirtyGUI = false;
72 }
73
74
75 protected void initGuiComponents(){

Callers 1

showDialogMethod · 0.95

Calls 2

getFontMethod · 0.80
getStringMethod · 0.45

Tested by

no test coverage detected