Search code examples
javaeclipseuser-interfaceswingeclipse-plugin

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


Solution

  • 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.