Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Rani Singh   on Mar 24 In Java Category.

  
Question Answered By: Anne Powell   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...

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

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


Tagged: