public class JTextAreaDemo { JFrame frame=new JFrame("JTextArea Demo"); JTextArea ta1,ta2; JButton copy,clear; public static void main(String args[]){ ...
確定! 回上一頁