getText(); JTextPane textPane = new JTextPane(); textPane.setText(text); boolean success = textPane.print(); if (success) { /* show a success message */ .
確定! 回上一頁