fatcodeguy
Programmer
Hi! I'm trying to set a component (jcombobox) to a set size. The contents of this component change, and thus, so does the size, and I want it fixed. I tried setSize, setBounds, and setMinimumSize but they don't work. Any ideas? Thanks