I'm building on top of an existing UI which is in Swing. I need to add a search module wherein the user can enter search terms which should be auto-complete'd.
I'm considering building a UI very similar to Stackoverflow's 'tagging a question' feature. So in my use case each 'tag' would be a search term.
I'm completely new to Swing or UIs in general and have very little clue on how to start.
Any advice/pointers on how and where to start would be of great value to me.