How to implement Help in Swing Application

Hi..

In my Swing Application I want to put Help for Every field..

Ex: After Username field if I press Whatisthis. I will explain abt the user name field .in a popup text Area

Thanks

Cheers

Mallik

[232 byte] By [mallik.83a] at [2007-11-27 10:40:49]
# 1

use tooltip to explain what you want,

or crate your own tooltip

dayanandabva at 2007-7-28 19:09:03 > top of Java-index,Desktop,Core GUI APIs...
# 2

this may help you...

http://java.sun.com/products/javahelp/

regards

Aniruddha

Aniruddha-Herea at 2007-7-28 19:09:03 > top of Java-index,Desktop,Core GUI APIs...