mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -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
|
|
@ -60,7 +60,7 @@ public class ConsoleFrame extends javax.swing.JFrame implements MageClient {
|
|||
|
||||
initComponents();
|
||||
try {
|
||||
UIManager.setLookAndFeel("com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel");
|
||||
UIManager.setLookAndFeel("javax.swing.plaf.nimbus.NimbusLookAndFeel");
|
||||
session = new SessionImpl(this);
|
||||
connectDialog = new ConnectDialog();
|
||||
} catch (Exception ex) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue