Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to surround JTable with JScrollPane through windowbuilder?

In Eclipse Jigloo plugin you can right click on JTable and choose "surrond with JScrollPane".

But in windowbuilder pro plugin I can't find a way to make JTable with JScrollPane

like image 752
VextoR Avatar asked Sep 17 '10 11:09

VextoR


1 Answers

Add a scroll pane to your UI. Then drag and drop the table onto the scroll pane. During the drag over scroll pane window builder will highlight its areas - make sure you drop onto the central one.

like image 86
Eugene Ryzhikov Avatar answered Oct 11 '22 23:10

Eugene Ryzhikov