JTable with a column containing different Components

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alan Hoffman

    JTable with a column containing different Components

    Hi,

    Is it possible to create a JTable where the column is not all one
    type of Component. For example using a JTable to enter in values for
    an address where the first column is just JLabels and the second
    columns first cell is a JTextField for the street and the next cell is
    a JComboBox that contains all the states.

    Thanks,
    Alan
Working...