Releases
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:
- CVE-2026-76034: Buffer overflow in WebGL
- CVE-2026-76036: Buffer overflow in Dawn
- CVE-2026-76017: Use after free in Chromoting
- CVE-2026-79282: Use after free in ANGLE
- CVE-2026-76033: Inappropriate implementation in CORS
See the Chromium release announcements for more details.
Quality enhancements
- Updated Protobuf to 4.36.0 to prevent the terminally deprecated
sun.misc.Unsafewarning in Java 24+. - Transparent
BrowserViewcontent 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.
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.
Follow @JxBrowser to get notified of the library updates.
Subscribe to our RSS feed to get instant updates on new releases.
Subscribe to get notifications about the latest releases.