posted 8 years ago
Hi there,
My reason for writing here is to find out if there is a way to tell a JComboBox to display one property of the bean it is holding.
My JComboBox holds a List of the Bean <Producto> . It is currently displaying the whole properties of the Bean on the screen
This way
codigo=1;descripcion=A;categoria=y;
codigo=2;descripciĆ³n=B;categoria=z
and so on
is there any any way to tell the JComboBox to display one property only.
I mean, for example description
Thanks in advance