Hello, Please review the fix for JDK9: bug: https://bugs.openjdk.java.net/browse/JDK-8031109webrev link: http://cr.openjdk.java.net/~alexsch/victor-dyakov/8031109/webrev.00/
Root Cause: FrameSetView does not parse "px" units in rows and cols attributes. Solution: "px" are parsed in the FrameSetView.init() method. Testing: Run test/javax/swing/text/html/8031109/bug8031109.java automated test.
-- Victor