Results 1 to 4 of 4
Thread: JComboBox tutorial
- 07-15-2010, 03:03 AM #1
Senior Member
- Join Date
- Apr 2010
- Location
- Philippines
- Posts
- 580
- Rep Power
- 4
JComboBox tutorial
Hi, I am developing a database application (is that the right term?), my employer want to load very unique record in a column/field so they can choose/auto search thats why I use JComboBox and set editable to true. Now I am having problems and a little bit confuse on handling JComboBox. I just want to ask for websites that expalin well the JComboBox that can be edited.
Thanks,
gejeLast edited by mine0926; 07-15-2010 at 03:07 AM.
- 07-15-2010, 03:37 AM #2
Moderator
- Join Date
- Jul 2010
- Location
- California
- Posts
- 1,609
- Rep Power
- 5
The sun tutorials provides quite a comprehensive tutorial, including how to use an editable JComboBox.
How to Use Combo Boxes (The Java™ Tutorials > Creating a GUI With JFC/Swing > Using Swing Components)
- 07-15-2010, 04:02 AM #3
Senior Member
- Join Date
- Apr 2010
- Location
- Philippines
- Posts
- 580
- Rep Power
- 4
Thanks for the link, but the site did not explain it all. Like updating the (1) UI of ComboBox when somthing change and user click the dropdown button. (2) jComboBox's transferFocus() method works different when it is editable.
I think I will have more problem in JComboBox thats why I am looking for a site that will explain things and similar things that I mentioned above.
Also, like adding event listener in a JComboBox, if JComboBox is Editable then I have to code it like this
Java Code:JComboBox.getEditor.getEditorComponent.AddFocusListener(...);
compare to JComboBox that is not Editable.
Anyway, Thanks for the link.Java Code:JComboBox.AddFocusListener(...);
geje
- 07-15-2010, 04:13 AM #4
Senior Member
- Join Date
- Feb 2010
- Location
- Waterford, Ireland
- Posts
- 748
- Rep Power
- 4
Similar Threads
-
Activate JComboBox 1 when object is selected in JComboBox 2...
By bahumbaba in forum AWT / SwingReplies: 2Last Post: 12-10-2009, 01:58 PM -
JSF Tutorial
By teststest in forum JavaServer Faces (JSF)Replies: 9Last Post: 11-15-2009, 05:31 AM -
ejb tutorial
By marcellis in forum Enterprise JavaBeans (EJB)Replies: 3Last Post: 09-30-2009, 01:43 PM -
tutorial help
By yuriythebest in forum Java AppletsReplies: 1Last Post: 11-12-2008, 04:34 PM -
RCP tutorial
By javaplus in forum Advanced JavaReplies: 1Last Post: 12-25-2007, 04:19 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks