private String showInputDialog(String title, String defaultText){ JTextArea msg = new JTextArea(defaultText);
確定! 回上一頁