Drop « JTextField « Java Swing Q&A





1. drop down list within JTextField    stackoverflow.com

I wnt that when i enter some letter in the textfield then the related items should be picked up from my database and should appear as a drop down list. For Example: I ...

2. swing autocomplete text field / drop down    stackoverflow.com

We need an autocomplete component for swing, the problem with the one in jdesktop/SwingX is that we have to use a combo box and after each key stroke it simply scrolls ...

3. how to get path when i drop some folder in text field    stackoverflow.com

I use java swing,i have a text field where i can put some folder path by using jfile chooser but i want do this directly drop this folder and get the ...

4. Cannot select textbox after drop down    coderanch.com

I have a problem where after selecting a value from a dropdown I cannot select any of the textboxes on the same form until I force a focus change by either changing to another application and back, or by opening another form in the smae java app and switching back. This only occurs in JRE 1.4 on Win2K - if I ...

5. drop on JTextField    coderanch.com

6. how to create a drop down list below the text field after receiving the key event ?    coderanch.com

what i want to make using swing is suppose i have a textfield and user always enters a ip address for eg :127.0.0.1 so each time user start entering the ip address like 127 my textfield should show a drop down list below the textfield which will show all the ip address starting with 127 what are the options to make ...