I don't know how to write marquee with links in java application.If someone knows, pls help me.

Recommended Answers

All 3 Replies

I haven't had the need to write one, but there are loads of examples online, using google i came across this one

Marque works in html .

Thz for your reply.
I already wrote marquee and link programs by java application.But I meet a problem to combine it.I wrote marquee by implementing "Runnable" and wrote link by JTextField with URI to get link.To appear marquee , at paintComponent(Graphic g) function place g.drawString(marqueetext,x,y).To get link at "marqueetext",I don't know how to insert JTextField.I must write it by java application.So I need help about that.If you know, pls help me

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.