how to get babool popup
hi to all,
right now iam working with maps . Here my requirement is when ever a user enter a string in the search box and press the submit button , it should need to locate the locationin the map according to string with a babool popup!(like google search)
please suggest me!
thanks in advace
> hi to all,
> right now iam working with maps . Here my
> requirement is when ever a user enter a string in
> the search box and press the submit button , it
> should need to locate the locationin the map
> according to string with a babool popup!(like
> google search)
>please suggest me!
>thanks in advace
I have no idea what a babool popup is, but here's a link how to make dialog/popup-boxes:
http://java.sun.com/docs/books/tutorial/uiswing/components/dialog.html
> sorry its not babool its a bubble popup!
I don't know what a bubble pop up is either. Chances are that you can't do this in Java, I mean if it's a Google thing, it is web/JavaScript related. Java is not JavaScript.