How to add a scrollbar in JFormDesigner?

316 views Asked by At

I have created a JFrame and added a JPanel to it.I need to add a scrollbar to the JPanel. How can I do that?Any help would be appreciated.

1

There are 1 answers

5
Philippe On

You can use a JScrollPane to achieve this.