Hello. Please review the fix for jdk9.This is the same bug as was described in [1] and [2] but this time in beans area.
So in the fix the usage of getResource was changed to getResourceAsStream.
Bug: https://bugs.openjdk.java.net/browse/JDK-8131926 Webrev can be found at: http://cr.openjdk.java.net/~serb/8131926/webrev.00 [1] https://bugs.openjdk.java.net/browse/JDK-8078658 [2] http://mail.openjdk.java.net/pipermail/awt-dev/2015-May/009431.html -- Best regards, Sergey.
