Hi, I would like to remove all LAFs so that the only ones available in MyApp
are "FlatLaf Light" and "FlatLaf Dark".I have set the default LAF in branding
resource bundle for MyApp to be com.formdev.flatlaf.FlatLightLaf.Ideally I want
that if a user of a previous version of MyApp, who had been using "Windows"
LAF, now starts the new new version of MyApp that MyApp won't find "Windows"
LAF (because it no longer exists) and will therefore revert to using the new
branded default of "FlatLAF Light".Therefore: 1) Is is possible to remove all
non-FlatLaf LAFs? Please tell me how to do it safely.2) Will the application
revert to using the branded default LAF if it can't find the previous LAF
because it no longer exists in the application?Thanks!