コード例 #1
0
ファイル: JEditorPane.java プロジェクト: witwall/SwingWT
 public void setSelectionColor(Color color) {
   editorPaneImpl.setSelectionColor(color);
 }