JComboBox dropdown

i found this item when searching how to increase the size of the dropdown bigger in a combobox. But in java 1.5 show() method is basiccombopopup is deprecated. How to override this?

[188 byte] By [Mickey123a] at [2007-11-27 11:37:13]
# 1

what do you mean by bigger? height or width?

try searching the forum.

check out this thread:

http://forum.java.sun.com/thread.jspa?messageID=2834029

Yannixa at 2007-7-29 17:13:17 > top of Java-index,Desktop,Core GUI APIs...
# 2

wider. i forgot to include the link.

http://forum.java.sun.com/thread.jspa?forumID=57&threadID=676835

this is what i use right now.

Mickey123a at 2007-7-29 17:13:17 > top of Java-index,Desktop,Core GUI APIs...
# 3

then use other popupmenu that exist in the 1.5 api.

Yannixa at 2007-7-29 17:13:17 > top of Java-index,Desktop,Core GUI APIs...