Releases

Contents

Posted on

JxBrowser 9.5.0

Browser font settings 

You can now get the list of system fonts available to a Browser and use these fonts as the standard, serif, sans-serif, fixed-width, or mathematical font in browser settings.

Each font exposes its font name and display name through fontName() and displayName().

List<Font> fonts = browser.settings().fontList();
Font font = fonts.get(0);

browser.settings().standardFont(font);
browser.settings().serifFont(font);
browser.settings().sansSerifFont(font);
browser.settings().fixedWidthFont(font);
browser.settings().mathematicalFont(font);

String displayName = font.displayName();

Chromium 152.0.7977.65 

We upgraded Chromium to a newer version, which introduces 349 security fixes. Among them:

See the Chromium release announcements for more details.

Quality enhancements 

  • Updated Protobuf to 4.36.0 to prevent the terminally deprecated sun.misc.Unsafe warning in Java 24+.
  • Transparent BrowserView content now renders correctly with fractional scaling in off-screen rendering.

Download JxBrowser 9.5.0

Please share your email with us, and we'll send you download instructions.

Sending...
EmailBox Please check your inbox.

We were unable to send the email. Please use the direct link to download JxBrowser.

If you are a registered customer you don't need to do anything to use this update.

If you would like to evaluate the product, you need an evaluation license.

Get free 30-day trial