forked from External/mage
Made a hack for Nimbus LAF to add transparency to JInternalFrames. Updated CombatDialog. Updated Mage-Theme-Plugin (jar) with background. Fixed "Games played:" title length, so game count can be seen for big numbers.
This commit is contained in:
parent
c6ff81e619
commit
a731fba667
7 changed files with 161 additions and 3 deletions
|
|
@ -17,6 +17,7 @@ public interface MagePlugins {
|
|||
void loadPlugins();
|
||||
void shutdown();
|
||||
void updateGamePanel(Map<String, JComponent> ui);
|
||||
void updateOnTable(Map<String, JComponent> ui);
|
||||
MagePermanent getMagePermanent(PermanentView card, BigCard bigCard, CardDimensions dimension, UUID gameId);
|
||||
boolean isCardPluginLoaded();
|
||||
boolean isCounterPluginLoaded();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue