Feb 14, 2003 #1 dellyjm Programmer Joined Apr 13, 2000 Messages 168 Location JM Hi, i'm trying to find out how to remove a row with data from a Jtable without leaving a big space in between after the process is done. Can anyone help? Thanks. Delton.
Hi, i'm trying to find out how to remove a row with data from a Jtable without leaving a big space in between after the process is done. Can anyone help? Thanks. Delton.
Feb 16, 2003 #2 carpeliam Programmer Joined Mar 17, 2000 Messages 990 Location US you'd want to remove the data from the original container (vector or whatever), and then have the JTable listen to that change. Take a look at http://java.sun.com/docs/books/tutorial/uiswing/components/table.html#modelchange Liam Morley lmorley@gdc.wpi.edu "light the deep, and bring silence to the world. light the world, and bring depth to the silence." Upvote 0 Downvote
you'd want to remove the data from the original container (vector or whatever), and then have the JTable listen to that change. Take a look at http://java.sun.com/docs/books/tutorial/uiswing/components/table.html#modelchange Liam Morley lmorley@gdc.wpi.edu "light the deep, and bring silence to the world. light the world, and bring depth to the silence."