
06-27-2009, 06:53 PM
|
 |
Moderator
|
|
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 7,513
Rep Power: 11
|
|
Originally Posted by Gajesh Tripathi
|
I have already tried it but Two problem with Label is:-
1. We can not select JLable
|
You mean that you cannot work on with the click event on JLabel. Actually you can do that, simply add mouse listener to the label and override corresponding methods. If you still confused let me know. I'll show you a simple example.
|