asiavoices
Programmer
Hello all,
I have another question that I'd like to try and code, learn and to see if this was possible....
How can I display my recordset, created from an ArrayList into a JPanel I've created? I'd like to have the people be ale to scroll through the list if possible.
For eample, I'm thinking of putting the recordset into the JScrollPane and then putting it into the Panel.
=========================
= My list =
=========================
= =
= item1 cost taxID =
= item2 cost taxID =
= ............ =
= =
= =
=========================
The list is inside a JScrollPane.
How do I go about doing that? I know you can put a Vector into a JScrollPane but "not " an ArrayList.
Any ideas?
Thanks,
Christopher
I have another question that I'd like to try and code, learn and to see if this was possible....
How can I display my recordset, created from an ArrayList into a JPanel I've created? I'd like to have the people be ale to scroll through the list if possible.
For eample, I'm thinking of putting the recordset into the JScrollPane and then putting it into the Panel.
=========================
= My list =
=========================
= =
= item1 cost taxID =
= item2 cost taxID =
= ............ =
= =
= =
=========================
The list is inside a JScrollPane.
How do I go about doing that? I know you can put a Vector into a JScrollPane but "not " an ArrayList.
Any ideas?
Thanks,
Christopher