I was so pissed of to not be able to find a pre-made class or a .jar that can do what I wanted, so I made my own, in fact I used JWindow, and I made my own Drop Down JTextField menu that extends JTextField ! easy to use : vertical list of JPanels with the same width as the JTextField is drawn and refreshed to display suggestions each time the user enter a new character in the JTextField, then the user can choose ( or not ) between these suggestion by keyboard arrow keys UP and DOWN or by a mouse click ... and we can simply specify if we want to use a document filter for filtering the user's input ( like we wanna just get numerical values in JTextField ) ... and so many other stuff : it rocks !
I'll gladly share this class on the net, I just need some time to write some tutos and examples, but for now, here's two screenshots of what I made one uses Gradient color in a JPanel, and the other one uses the default background color,( don't mind the French JLabels )