コード例 #1
0
ファイル: TextPanel.java プロジェクト: dimitarp/basex
 /** Selects the whole text. */
 private void selectAll() {
   editor.selectAll();
   rend.repaint();
 }