Implementing a recently used or favorites dropdown in JComboBox

Posted by Kevin Day on Stack Overflow See other posts from Stack Overflow or by Kevin Day
Published on 2010-04-16T21:36:18Z Indexed on 2010/04/16 21:43 UTC
Read the original article Hit count: 378

Filed under:
|

I am looking for code that will add favorites / MRU type behavior to a JComboBox.

I could code this myself, but it sure seems like someone else has probably already done it.

I found the following (which looks exactly like what I want, but the source code is nowhere near complete): http://java.sys-con.com/node/36658

Any suggestions? I need to keep this relatively light, so I'd prefer to not use a component that's part of a monolithic widget library, and open source is preferred.

© Stack Overflow or respective owner

Related posts about java

Related posts about jcombobox