foul-magics/Mage.Client/src/main/java/mage/client/draft
Mark Langen 321f5597b7 Change main client window MagePanes from JInternalFrames to JLayeredPanes
* This change's purpose is to get rid of the extra borders shown around the window border. These arise from using JInternalFrames in a JDestopPane and are impossible to remove in a forwards compatible way when using JInternalFrames. The solution it to move to have MagePane inherit from a plain old JLayeredPane instead of JInternalFrame. All of the MagePanes are always maximized anyways, so this doesn't lose any functionality.
2017-04-07 22:08:13 -06:00
..
DraftPane.form Some more changes to GUI to better support high screen resolutions. 2016-02-13 02:30:05 +01:00
DraftPane.java Change main client window MagePanes from JInternalFrames to JLayeredPanes 2017-04-07 22:08:13 -06:00
DraftPanel.form * Darft - Play countdown sound during drafting only if no card from curretn booster was draft. 2014-11-02 12:12:39 +01:00
DraftPanel.java fixing some additional singleton classes 2017-03-16 09:48:02 +01:00