This week's book giveaway is in the Programmer Certification forum. We're giving away four copies of OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830 and have Jeanne Boyarsky & Scott Selikoff on-line! See this thread for details.
My application need a simple html support. When user click a button or JLabel, it will fire up user default windows browser, for example, IE. where we have some good java open source internet browser so that we embed it into our application ?
I don't know of a good java open source internet browser to embed, but if your goal is to open the user's browser, check out the free Java Utilities classes by Stephen Ostermiller: here
His Browser class opens a browser from an application on Windows, Unix, or Macintosh.