Hi ,
I am developing an desktop application. I want to have Hyper link in my panel so that it directs the user to another frame/panel. Is it possible to do in swings.
You can implement hyperlink in different ways using a JLabel or a JButton. Then you simply handle the click event and do whatever you want. There are implementation advices in this forum. Please search for them.