Hi,

Does anybody know a way to utilize in Java Swing an ability ro pop-up a box when someone starts typing. For example in Java Forte, when you start to type "JTextField", IDE pops-up a box that shows all available constructors for this component. I want to do the same thing for my applcation, where I have about 100,000 unique IDs, so that when a users starts to type ID in a JTextField, a box appears with a list of IDs close to what he started typing. So if my list of IDs is 00222, 00223, 00224 and 01333 and a user types in 00, then a box will pop up with IDs that have this substring "00".

thanks in advance,
Alex
_______________________________________________ Advanced-swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/advanced-swing

Reply via email to