Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!proxad.net!feeder1-2.proxad.net!74.125.178.16.MISMATCH!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: "Sax@DIST" Newsgroups: comp.lang.java.programmer Subject: Re: JComboBox with IDentifiers Date: Wed, 22 Aug 2012 03:30:41 -0700 (PDT) Organization: http://groups.google.com Lines: 29 Message-ID: References: <08a4e9e5-be46-4a15-94c4-e6bfab71d781@googlegroups.com> NNTP-Posting-Host: 93.56.63.168 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1345631913 8210 127.0.0.1 (22 Aug 2012 10:38:33 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 22 Aug 2012 10:38:33 +0000 (UTC) In-Reply-To: <08a4e9e5-be46-4a15-94c4-e6bfab71d781@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=93.56.63.168; posting-account=7Dj3tgoAAAC6g8Hn65v2eZeY00GT8AGg User-Agent: G2/1.0 Xref: csiph.com comp.lang.java.programmer:18281 Hi to All, I've read all your kind replies to my posting, and I thank you all very much. I'm now discovering which is the best (correct) way to develop the solving of my needs. Thanks again; to read you soon. Best Regards, RoB! 08-) [2012/08/15] > Hi Guys, > here I am again with another amazing trouble! 08-) > I need to create a JComboBox containing a list of Items, > each of which has its own IDentifier! > So: when I select an Item of the JComboBox, > I need to get its IDentifier (ie: its ID in a DataBase Table). > I wrote the following four classes example, > and I hope this could help someone else with my same needs! > Check it out at: http://www.jesax.net/?demo/java/jcombobox-identifier > Please, let me know if and how it can be useful! > Best Regards, > Roberto Sagoleo. > [2012/07/19] 08-) >