I saw some post quite similar but did not hit spot on.
I was thinking something like this:
Object[][] test = {
          {"Name", new JTextField()},
          {"Gender", new JComboBox()}
}
I tried something like this but i cannot use the method of the JTextField or the JComboBox. How do I instantiate this depending on there 1-index? Is this possible?
 
     
     
     
    