Milchreis / UiBooster

🚀 Creates fast and easy dialogs for utility tools
GNU General Public License v3.0
117 stars 12 forks source link

Processing 4 - Does UiBooster continue to work? #54

Closed Fuechsl closed 3 years ago

Fuechsl commented 3 years ago

I just found UiBooster and tried an example (TextInput) on the brand new Processing 4. It worked but I got a lot of warnings. I would love to use UiBooster in future, but I'm a bit concerned if it is still going to work in future implementations of Processing 4. What are your thoughts and plans about this topic?

Thanks for your great work!

Martin

Bildschirmfoto 2021-09-23 um 10 54 44
Milchreis commented 3 years ago

Hi @Fuechsl

thank you for reporting 😊. In issue #51 the problem was already addressed and fixed. I switched from darcula to FlatLaf. The next release shouldn't show this warnings.

sgjava commented 3 years ago

And with JDK 17 it finally dies :)

Exception in thread "AWT-EventQueue-0" java.lang.IllegalAccessError: class com.bulenkov.darcula.ui.DarculaButtonUI (in unnamed module @0x2a48d10f) cannot access class sun.swing.SwingUtilities2 (in module java.desktop) because module java.desktop does not export sun.swing to unnamed module @0x2a48d10f
    at com.bulenkov.darcula.ui.DarculaButtonUI.paintText(DarculaButtonUI.java:79)