Users accessing the Applications Manager (AM) Client GUI may encounter visual issues within the File Viewer when scrolling through output files. Reported symptoms include:
Applications Manager version 9.6 - 9.6.2
Java or OpenJDK 17+
Client OS: Windows (often involving multi-monitor setups or high OS scaling)
The issue is related to changes in how the Java Virtual Machine (JVM) renders font sizes into line height in newer Java versions (Java 17+).
Applications Manager uses a performance-optimization logic that selectively loads only the lines visible in the current text area. In Java 17+, a change in line height calculation (adding additional pixels for the same font size) causes a mismatch between the calculated line height and the actual view area. This discrepancy disrupts the partial file loading logic, leading to rendering errors during scrolling
Temporary Workarounds
To restore the correct display immediately, use any of the following methods to force a recalculation of the line height:
Permanent Fix
A fix will be included in Applications Manager version 9.6.3
For AM version 9.6 to 9.6.2, a backported fix may be available. Please contact Support for more information.
This issue is tracked as Defect DE177047