lunduniversity / introprog-scalalib

Scala library with simple-to-use utilites for students of introductory programming. http://cs.lth.se/pgk/api
BSD 2-Clause "Simplified" License
60 stars 13 forks source link

Add detection of look and feel for WSL #26

Closed sadphi closed 2 years ago

sadphi commented 3 years ago

Running the library on WSL currently throws an exception due to wrong look and feel being used (javax.swing.UnsupportedLookAndFeelException). GTK+ is incorrectly chosen, when it should be the same as for Windows. A check should be added to determine this for WSL.

See also PR #27