コード例 #1
0
ファイル: SynonymPanel.java プロジェクト: blurock/WebApp
 void init() {
   newKeywordButton.setText("Add Synonym");
   keywordCloseButton.setText("Close");
   newKeywordText.setText("Synonym");
   newKeywordText.setPlaceholder("synonym");
 }