Faisal
2004-07-15 04:04:45 UTC
Hi People
I am a new b to GUI development in java ,
I wanted to know that can we add a JList to a JTable cell.
What i want to do is that in a JTable cell i want to select a item
from a set of available item and the rest of the cell of that row
will be updated based on the selection of that cell
for example i am creating an application that displays stock quotes in
a JTable the user will select that symbol from the JList and
corresponding to his selection the rates and volume details of the
symbol will appear by communicating to a webserver etc.
Thanx in advance
I am a new b to GUI development in java ,
I wanted to know that can we add a JList to a JTable cell.
What i want to do is that in a JTable cell i want to select a item
from a set of available item and the rest of the cell of that row
will be updated based on the selection of that cell
for example i am creating an application that displays stock quotes in
a JTable the user will select that symbol from the JList and
corresponding to his selection the rates and volume details of the
symbol will appear by communicating to a webserver etc.
Thanx in advance