Andre Stubbe

Results 2 comments of Andre Stubbe

Thank you so much, Karl. I'll wrote a small demo for that. What didn't work for me so far is to change the RootPane.background. probably i am missing a certain...

I found it via Bing Copilot. ``` JRootPane rootPane = frame.getRootPane(); rootPane.putClientProperty("JRootPane.titleBarBackground", Color.RED); ``` Hooray :)