public class Practice extends JFrame { JFrame frame = new JFrame("AAA"); JTextArea textarea = new JTextArea(); JScrollPane scroll = new ...
確定! 回上一頁