hello all,
I just wrote a little JComboBox
test and I ran into a problem that I can't explain (and I couldn't find information on it in the net after a quick search). Maybe I just missed something obvious.
Here is the little program. It just adds a JComboBox to a JFrame. When I run this program the frame pops up, but it takes a while until the combo actually gets added.
the print statements show that the method setVisible takes unusually long to return. I say, unusually as I never noticed this problem before.
Could someone tell me what happens here?