HomeSort by relevance Sort by last modified time
    Searched full:commentaryfield (Results 1 - 1 of 1) sorted by null

  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
RbnfDemo.java 79 commentaryField = new TextArea("", 0, 0, TextArea.SCROLLBARS_VERTICAL_ONLY);
80 commentaryField.setSize(800, 50);
81 commentaryField.setText(RbnfSampleRuleSets.sampleRuleSetCommentary[0]);
82 commentaryField.setEditable(false);
83 commentaryField.setFont(new Font("Helvetica", Font.PLAIN, 14));
187 commentaryField.setText(RbnfSampleRuleSets.
321 commentaryField.setText(RbnfSampleRuleSets.
364 window.add(commentaryField, "South");
434 private TextComponent commentaryField;

Completed in 2465 milliseconds