magmaOffenburg / RoboViz

Monitor and visualization tool for the RoboCup 3D Soccer Simulation League
Apache License 2.0
52 stars 17 forks source link

use darklaf-core intellj as new look and feel #110

Closed Seil0 closed 4 years ago

Seil0 commented 4 years ago

This pr adds darklaf-core, which adds support for multiple new look and feels. Other changes:

Gama11 commented 4 years ago

Respecting the system theme by default is perfect. :)

On Windows there's some annoying log output on startup, can we suppress this somehow? Not a blocker for merging though.

[2020-05-01 12:19:01] [INFO] Loaded darklaf-windows.dll. Native features are enabled. [at com.github.weisj.darklaf.platform.windows.WindowsLibrary]
weisJ commented 4 years ago

On Windows there's some annoying log output on startup, can we suppress this somehow? Not a blocker for merging though.

Use LafManager#enableLogging. It may currently not work as expected but with version 2.1.1 It will be fixed and hide the log message appropriately.

Gama11 commented 4 years ago

@weisJ Thanks!