I have a JComboBox , and I limit the size of it, with the following code:
jcb.setPreferredSize(new Dimension(100, 21));
But I wonder if there is a way that, after I choose an option, the content is completely displayed. What happens i...
asked by
30.10.2016 / 00:19