creating popup balloon message

Hi all,I want to create a popup balloon messagePlz help me in thisThanks in advance
[111 byte] By [Java@2007a] at [2007-11-27 9:24:42]
# 1
I'm struggling to understand your problem?Do you mean like tooltip balloons? Or just dialogs to pop up?You need to be much more specific with the decription of your problem.
c0demonk3ya at 2007-7-12 22:20:49 > top of Java-index,Desktop,Core GUI APIs...
# 2
use javax.swing.JPopupMenuand the function show(...) when you want to show the popup
rj123a at 2007-7-12 22:20:49 > top of Java-index,Desktop,Core GUI APIs...
# 3
where you want the balloon?
Aniruddha-Herea at 2007-7-12 22:20:49 > top of Java-index,Desktop,Core GUI APIs...
# 4

> I'm struggling to understand your problem?

> You need to be much more specific with the decription

> of your problem.

Sorry...Let me explain it clearly..

when we log into windows while typing password,if caps lock is on..it'l show one message that 'caps lock is on'...that kind of popup message is what i need

> Do you mean like tooltip balloons? Or just dialogs to

> pop up?

not tool tip and not JDialog

Message was edited by:

Java@2007

Java@2007a at 2007-7-12 22:20:49 > top of Java-index,Desktop,Core GUI APIs...
# 5
hione best way is use the JPopupmenu. http://java.sun.com/docs/books/tutorial/uiswing/components/menu.htmlit serves the purpose you said, many times that has been done.regardsAniruddha
Aniruddha-Herea at 2007-7-12 22:20:49 > top of Java-index,Desktop,Core GUI APIs...
# 6
Ok let me try...Thanks
Java@2007a at 2007-7-12 22:20:49 > top of Java-index,Desktop,Core GUI APIs...
# 7
Googling for java swing balloon I found the following link on java.net:https://balloontip.dev.java.net/Maybe there are also other projects. Just google a little! ;-)-Puce
Pucea at 2007-7-12 22:20:49 > top of Java-index,Desktop,Core GUI APIs...
# 8
Thankyou very much Puce...this is what i need...........Thanks a lot
Java@2007a at 2007-7-12 22:20:49 > top of Java-index,Desktop,Core GUI APIs...