| JDK 11 | JDK 17 | JDK 20 | JDK 21 | JDK 8 |
|---|---|---|---|---|
| 11.0.27-oracleFixed | 17.0.15-oracleFixed | 20 b36Fixed | 21Fixed | 8u451Fixed |
|
Relates :
|
Execution of the following code:
new DefaultCaret().setBlinkRate(100);
leads to
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "javax.swing.text.JTextComponent.isEditable()" because "this.component" is null
at java.desktop/javax.swing.text.DefaultCaret.setBlinkRate(DefaultCaret.java:1053)
|