aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Display value and Actual value in JComboBox Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Display value and Actual value in JComboBox" Watch "Display value and Actual value in JComboBox" New topic
Author

Display value and Actual value in JComboBox

kashwini Kulkarni
Ranch Hand

Joined: Aug 07, 2009
Posts: 63
Hello,

I want to display values from my database in a JComboBox, where the item being displayed must be the name and the value of the item must be the Srno (primary key) .

Is there any way to display two values in JComboBox ( same as SELECT in HTML) where one being displayed and other being just the value.




Thanks in Advance
KAshwini

Rob Camick
Ranch Hand

Joined: Jun 13, 2009
Posts: 1787
    
    2
If I understand the question then try this:

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Display value and Actual value in JComboBox
 
Similar Threads
JComboBox and Mac
Dynamically updating JComboBox contents
JComboBox and "long" items rendered via HTML
A question about JComboBox
dynamic applet