I have a JFrame object in which a JPanel and a JTextArea exist. And in the JPanel, users can use mouse to draw some lines. If the user draw new things in the JPanel, the JTextArea in JFrame can...