Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Need help regarding JComboBox

  Asked By: Rani    Date: Mar 24    Category: Java    Views: 728
  

I need help to point to an item in JComboBox according
to the data stored in Ms Access. Eg if John is male then it will
show "Male" in the JComboxBox. Can anyone help me about this?

Share: 

 

3 Answers Found

 
Answer #1    Answered By: Madeeha Malik     Answered On: Mar 24

Try to be a little more specific. Go ahead and use a lot of space to
explain your question... we don't charge by the letter. I am
confused if you are confused about JComboBoxes, JDBC, XML or
something else all-together.

 
Answer #2    Answered By: Aaminah Khan     Answered On: Mar 24

Try to be a little more specific. Go ahead and use a lot of space to
explain your question... we don't charge by the letter. I am
confused if you are confused about JComboBoxes, JDBC, XML or
something else all-together.


 
Answer #3    Answered By: Anne Powell     Answered On: Mar 24

I think you are implementing JComboBox in a perverted way,
JComboBox is for sending information to a DataBase, array, ect; but
hey that is my humble opinion. Coders always impress me with their
canny implementations. And I believe yours will work by using:

YOUR_JCOMBOBOX_OBJECT_NAME.setEditable(true);

---> look up JComboBox in your API, if you do not have that
downloaded from Sun, get it, i use it everyday...
goodluck...

 
Didn't find what you were looking for? Find more on Need help regarding JComboBox Or get search suggestion and latest updates.




Tagged: