Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.help > #2323

Re: How to implement jcombobox with name value pair from database?

From Roedy Green <see_website@mindprod.com.invalid>
Newsgroups comp.lang.java.help
Subject Re: How to implement jcombobox with name value pair from database?
Date 2012-12-04 18:08 -0800
Organization Canadian Mind Products
Message-ID <e2btb89d3137hilec80mbtm19tppbtfdhi@4ax.com> (permalink)
References <9b70426c-e378-4852-bc77-fc67440a93ef@googlegroups.com> <9d60511c-a776-4861-a7d6-94f8620e92f4@googlegroups.com>

Show all headers | View raw


On Thu, 29 Nov 2012 11:21:24 -0800 (PST), kedward777@gmail.com wrote,
quoted or indirectly quoted someone who said :

       Employee x = new Employee(1114, "me4" );
       Employee y = new Employee(1114, "me4" );
        x == y false. There are two different objects.
        x.equals( y ) maybe. it depends on how equals is defined.



-- 
Roedy Green Canadian Mind Products http://mindprod.com
Students who hire or con others to do their homework are as foolish 
as couch potatoes who hire others to go to the gym for them. 

Back to comp.lang.java.help | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

How to implement jcombobox with name value pair from database? rogerdoger777 <kedward777@gmail.com> - 2012-11-29 09:14 -0800
  Re: How to implement jcombobox with name value pair from database? kedward777@gmail.com - 2012-11-29 11:21 -0800
    Re: How to implement jcombobox with name value pair from database? Roedy Green <see_website@mindprod.com.invalid> - 2012-12-04 18:08 -0800
  Re: How to implement jcombobox with name value pair from database? Knute Johnson <nospam@knutejohnson.com> - 2012-11-29 12:55 -0800
    Re: How to implement jcombobox with name value pair from database? Lew <lewbloch@gmail.com> - 2012-11-29 13:12 -0800
      Re: How to implement jcombobox with name value pair from database? Knute Johnson <nospam@knutejohnson.com> - 2012-11-29 15:05 -0800
        Re: How to implement jcombobox with name value pair from database? Lew <lewbloch@gmail.com> - 2012-11-29 16:08 -0800
  Re: How to implement jcombobox with name value pair from database? kedward777@gmail.com - 2012-11-29 13:17 -0800

csiph-web