Home
last modified time | relevance | path

Searched refs:htmlCheck (Results 1 – 1 of 1) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBReporter.java41 JCheckBox htmlCheck; // Is HTML report generated? field in RBReporter
186 if (htmlCheck.isSelected()) { in generateReports()
687 htmlCheck.setSelected(Preferences.getPreference("reporter_format_html_enabled").equals("Yes")); in setComponentsToDefaults()
747 …Preferences.setPreference("reporter_format_html_enabled", (htmlCheck.isSelected() ? "Yes" : "No")); in saveDefaults()
924 htmlCheck = new JCheckBox(Resources.getTranslation("reporter_format_html")); in initComponents()
945 htmlCheck.setPreferredSize(checkDim); in initComponents()
985 optionsPanel4.add(htmlCheck); in initComponents()