()
| 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(){ |
no test coverage detected