How do i have a jButton Open a URL?
Please use the example Yahoo! UK
Also, i am a beginner so please dont be dumb.
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
How do i have a jButton Open a URL?
Please use the example Yahoo! UK
Also, i am a beginner so please dont be dumb.
Add an ActionListener to the JButton (see How to Write an Action Listener (The Java™ Tutorials > Creating a GUI With JFC/Swing > Writing Event Listeners)), then grab the html source using something like the following: http://www.javaprogrammingforums.com...bsite-url.html To display the source like a browser, you will need something a bit more complex (a JEditorPane has limited capability, but there are 3rd party libraries such as The DJ project which might be more thorough)
Not sure what this means...but a statement like this can easily be take in the wrong way, somewhat like fishing for help and insulting that help at the same time.Also, i am a beginner so please dont be dumb
Last edited by copeg; March 7th, 2011 at 12:40 AM.
Please use [highlight=Java] code [/highlight] tags when posting your code.
Forum Tip: Add to peoples reputation by clicking the button on their useful posts.