Home | History | Annotate | Download | only in gui

Lines Matching refs:optionName

777             String optionName  = comments.substring(dashIndex + 1, periodIndex).replace('_', '.').trim();
790 JCheckBox boilerplateCheckBox = new JCheckBox(optionName);