Hi all
I am developing an app that needs a matrix component. A matrix component is basically a table with questions on the first column and the following columns are answers presented inform of either a text box or radio buttons.
-----------------------------------------------
----------------------|--Yes---| No ---| Maybe|-------
Are you ok?----| | |
The spaces are either filled with a radiobuttonn or a textbox.
Has anyone done something like this before?
Or can anyone share code on how to achieve this component? With Swing JTable, its soo easy to develop as shown in my screen shot attached.
Any help I can get will be appreciated