Hai!
I am Vijaya.
Can anybody please tell me the name of the component in swing which has
to work same as the My computer Explorer addressbar?
Bobby Quinne - 19 Oct 2006 11:40 GMT
javax.swing.JTextField is probably the simplest form of that control
you will find. If you want predictive text it will probably be
something you will need to code yourself with event listeners.
> Hai!
> I am Vijaya.
> Can anybody please tell me the name of the component in swing which has
> to work same as the My computer Explorer addressbar?
RedGrittyBrick - 19 Oct 2006 21:03 GMT
> Hai!
> I am Vijaya.
> Can anybody please tell me the name of the component in swing which has
> to work same as the My computer Explorer addressbar?
Wouldn't that be a JComboBox with some fancy sort of JTree as its
drop-down list?