Can anyone please help me to display a click-able web-link on a window in java?
I am new to java
can anyone give an example?
thankyou

You can use anything clickable (JButton, JLabel etc) and respond to the click by opening the URL.
Or, if you want clickable links embedded in the text, use a JEditorPane in which you can display HTML and handle hyperlinks via a HyperlinkListener.
Have a look at this then head on over to the API doc for the full details

commented: Good resource +15
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.