What I mean is that if you've got a table, like the one below ...
http://java.sun.com/docs/books/tutorial/uiswing/components/example-swing/SimpleTableDemo.java
...and I want to add another person to the list. I suppose you could equate it to adding another record to a database. With JList or JComboBox you can use .addItem or something, but I can't find anything equivalent for a JTable.
: Are you talking of how to add records data to the table ?
: I am asking this because when you add a record into a
: table with columns a row is automaticallt generated to
: add the recods.
:
: Or did I misunderstood ?
:
: bashiro
:
:
: :
: : Is there any way to add a row to a JTable at Runtime? I see that there is an addColumn and a columnAdded method, but nothing for Rows.
: :
: : Anybody got any ideas? I basically just need a multi field list to hold a list of variables and there values.
: :
: : TIA
: : Jake
: :
:
: