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:
magenoxx 2010-11-16 18:31:10 +00:00
parent c6ff81e619
commit a731fba667
7 changed files with 161 additions and 3 deletions

View file

@ -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();