Followers

Sunday, June 12, 2011

Java Swing Tips

In a java swing application, if you have added some new component at runtime, you can make it appear on the containers just by using the function validate();

Also, it is always better to use the JTextArea component with a JScrollPane.