foul-magics/Mage.Client/src/main/java/mage/client/tournament
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
..
TournamentPane.form fixed issue 228 2011-08-29 13:06:25 -04:00
TournamentPane.java Change main client window MagePanes from JInternalFrames to JLayeredPanes 2017-04-07 22:08:13 -06:00
TournamentPanel.form * Main lobby - Separated user talk from system messages by using two tabs in chat area to switch. 2015-11-29 20:01:31 +01:00
TournamentPanel.java * Some minor changes to sleep command (fixes #2992). 2017-04-02 11:32:25 +02:00