There are some non-translatable resources in jdk/src/share/demo/jfc/Notepad/resources/Notepad.properties file.
When translated, they cause NPE.
+# The following string should NOT be translated: ViewportBackingStore
+# The following string should NOT be translated: menubar
+# The following string should NOT be translated: file
+# The following string should NOT be translated: edit
+# The following string should NOT be translated: cutAction
+# The following string should NOT be translated: copyAction
+# The following string should NOT be translated: pasteAction
+# The following string should NOT be translated: undoAction
+# The following string should NOT be translated: redoAction
+# The following string should NOT be translated: debug
+# The following string should NOT be translated: dumpAction
+# The following string should NOT be translated: toolbar
|