Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: "Sax@DIST" Newsgroups: comp.lang.java.programmer Subject: Re: JComboBox with IDentifiers Date: Sun, 12 Aug 2012 14:03:53 -0700 (PDT) Organization: http://groups.google.com Lines: 26 Message-ID: <2eae09a5-6d01-401a-acb0-cc54ba8b516e@googlegroups.com> References: <08a4e9e5-be46-4a15-94c4-e6bfab71d781@googlegroups.com> NNTP-Posting-Host: 93.56.33.3 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1344805540 4148 127.0.0.1 (12 Aug 2012 21:05:40 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 12 Aug 2012 21:05:40 +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.33.3; posting-account=7Dj3tgoAAAC6g8Hn65v2eZeY00GT8AGg User-Agent: G2/1.0 Xref: csiph.com comp.lang.java.programmer:17768 Hi People, thanks a lot for your kind replies. 08-) I'll (try to) follow your suggests for JAVA programming in the future, as I'm working in JAVA language since a few days, and I didn't find any solution to my needs, so I wrote this one in the while of finding info about my needs! 0;-P BtW: which is the best place where to find (lots of simple) examples for learning the JAVA philosophy; for example: a *good and simple* solution for this problem? 08-? PS: I must use the Eclipse environment in the development of this small project, as it's part of a bigger one! 08-! Thanks a lot again, Roberto. 08-) On Friday, August 10, 2012 11:41:33 PM UTC+2, Sax@DIST wrote: > 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! > ... >