Hello, Please review fix for JDK9:
bug: https://bugs.openjdk.java.net/browse/JDK-8132136 webrev: http://cr.openjdk.java.net/~ssadetsky/8132136/webrev.00/A regression from JDK-8076164. GlyphView should be unrealizable by default not only for JTextFiled i18n view (as it was assumed in 8076164 fix). So the solution is to remove the specific BasicTextFieldUI and make GlyphView.getMinimumSize() returns non-resizeable value by default.
--Semyon