Oliver, sorry for the delay, but here is an example
JComboBox classe = new JComboBox();
JComboBox type = new JComboBox();
JTextField number = new JTextField(10);
JTextField internalCode...
Type: Posts; User: rps; Keyword(s):
Oliver, sorry for the delay, but here is an example
JComboBox classe = new JComboBox();
JComboBox type = new JComboBox();
JTextField number = new JTextField(10);
JTextField internalCode...
I'm using TableFormBuilder and I need a way to set layout defaults to the rows and cols (has FormLayout in JGoodies) because we have many forms to build (hundreds) and some off them and complex and I...