I have a textEditor with a LookAndFeel which changes the cursor color… which used to work fine… But I just noticed that the cursor color isn’t changed… and TextEditor:: recreateCaret() isn’t triggered when you click on the Editor. drawTextEditorOutline() is called… but the call to my LookAndFeel createCaretComponent() never happens.