I'm a .Net Developer and new to Java environment. I'm currently I'm using Netbeans 7.1. In Windows Forms there are DatagridView
, ListBox
, and ListView
. What are the equivalent controls present in Swing, specifically DatagridView
? How can I bind those grid in ResultSet
?
Suggested links for tutorial are very much appreciated.