I am developing a simple notepad application using swing. I didn't knowhow to add scrollbar to JTextArea. I think you have understood my problem. Cananyone help me to solve this.
Put the JTextArea in a JScrollPaneJScrollPane sp = new JScrollPane(new JTextArea());