Results 1 to 3 of 3
Thread: Autocomplete application
- 05-16-2012, 07:10 PM #1
deDan
- Join Date
- May 2012
- Posts
- 1
- Rep Power
- 0
Autocomplete application
Hi everyone, my name is Navin.
I want to implement an autocomplete application so that if a user is typing in a word processing app. eg. Notepad, then a drop-down list will pop up
based on the letters that the user starts typing. For example if the user starts typing 'a' a drop-down list will appear with some possible matches which the user can then select.
When the user selects one of the elements in the drop-down list then that word will replace what the user was typing in notepad as if the user typed it out.
What i want to know is if this is possible to do with JAVA and how.
Remember the functionality of this application has to be spread across an external application like Notepad.
Forget about the drop-down, i can handle that. What has me baffled is how do i read in input from a keyboard and change this input based on the user selection.
- 05-16-2012, 08:12 PM #2
Re: Autocomplete application
Thread moved. Please don't post beginner questions in Advanced Java.
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 05-16-2012, 08:12 PM #3
Similar Threads
-
Autocomplete [BlueJ]
By Jerpost in forum Other IDEsReplies: 2Last Post: 04-17-2012, 12:45 AM -
autocomplete using ajax
By shashib09 in forum Web FrameworksReplies: 3Last Post: 05-17-2011, 10:26 AM -
JList autocomplete with Vector
By nik_meback in forum AWT / SwingReplies: 0Last Post: 01-01-2011, 12:31 PM -
autocomplete in text file
By Markus1 in forum New To JavaReplies: 0Last Post: 08-06-2010, 04:57 PM -
AutoComplete for jtextfield
By pinks_70986 in forum New To JavaReplies: 2Last Post: 02-12-2009, 06:46 AM


1Likes
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks