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
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
use tooltip to explain what you want,
or crate your own tooltip
this may help you...
http://java.sun.com/products/javahelp/
regards
Aniruddha