Panagiotis Plevrakis wrote: > I want to have one empty row at the end of my table. I tried to make > my TableModel's getRowCount() method returning data.size()+1 but it > does not work (the GUI hangs at runtime.) Is it possible to have this > empty row?
Yes, append a row with each cell populated with null. It will display as a blank row. Tomm To change your membership options, refer to: http://www.sys-con.com/java/list.cfm
