mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
Update Mage.Client, Mage.Server.Console, and AbilityPicker LaF to use the supported class name.
This commit is contained in:
parent
29dfb1a404
commit
26d94db661
4 changed files with 4 additions and 9 deletions
|
|
@ -202,7 +202,7 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
|
|||
config.setAccessPreference(FsAccessOption.STORE, true);
|
||||
try {
|
||||
UIManager.put("desktop", new Color(0, 0, 0, 0));
|
||||
UIManager.setLookAndFeel("com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel");
|
||||
UIManager.setLookAndFeel("javax.swing.plaf.nimbus.NimbusLookAndFeel");
|
||||
//UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
|
||||
// stop JSplitPane from eating F6 and F8 or any other function keys
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue