コード例 #1
0
ファイル: PageCommand.java プロジェクト: flesire/jnode.mirror
 private void prompt(String text) {
   console.clearRow(this.pageHeight);
   console.setChar(0, this.pageHeight, text.toCharArray(), DEFAULT_COLOR);
   console.setCursor(0, this.pageHeight);
 }