Re: datepicker inside a JTable
Posted By:
Robert_Lybarger
Posted On:
Tuesday, June 10, 2008 08:55 AM
It is called a 'custom cell editor' and the Swing library makes this explicitly possible. Recommend you google for 'how to use tables' and pick the first link on the java.sun.com site, which gives scenarios and sample code for various JTable-related tasks... including, I believe, installing a custom editor.