Karl T
Karl T
Ok, for some reason Swing does not initially paint the window... Have no idea... Could you please try following build: https://github.com/JFormDesigner/FlatLaf/actions/runs/3114493008 It uses green in `WM_ERASEBKGND` and does not remove...
Interesting, I think we're coming closer. Next build: https://github.com/JFormDesigner/FlatLaf/actions/runs/3115378903
Hmm, didn't expect that 😕 Have created another build where nearly all message handling is disabled. https://github.com/JFormDesigner/FlatLaf/actions/runs/3115921068 Also disabled a NULL check. So this build may crash. If it crashes,...
Very, very strange 😕 I have exactly the same Java version here. Last build for today, which does not invoke any native methods: https://github.com/JFormDesigner/FlatLaf/actions/runs/3116114883
Ok, then the problem seems to be not in the native code. Maybe a simple `repaint()` is missing: https://github.com/JFormDesigner/FlatLaf/actions/runs/3116219993
Very mysterious 🤔 At the end of your video (in initial post) there is a window with menu bar and tabbed pane. Does the tabbed pane repaint if you select...
Thanks for all the information. I still have no idea whats going on 😕 I actually expected that window resizing paints its content 😕 Have you ever tried the FlatLaf...
@johnplatts Thanks. I'll have a look at this in the next weeks.
@matthiasblaesing Done. Thanks.
@mbastian could you try whether the added implementation version works with your FlatLaf-SwingX module?