isXander / MixinConflictHelper

User-friendly errors for Mixin conflicts.
GNU Lesser General Public License v3.0
13 stars 1 forks source link

Use native look #6

Closed Madis0 closed 2 years ago

Madis0 commented 2 years ago

It should be possible in Swing to make the popup appear native with this code: UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());

isXander commented 2 years ago

This made it look awful on Linux. I'll enable it on Windows and MacOS