From: <aki...@us...> - 2006-12-12 03:39:31
|
Revision: 1034 http://svn.sourceforge.net/gridarta/?rev=1034&view=rev Author: akirschbaum Date: 2006-12-10 11:47:45 -0800 (Sun, 10 Dec 2006) Log Message: ----------- Whitespace changes. Modified Paths: -------------- trunk/crossfire/src/cfeditor/CAttribDialog.java trunk/crossfire/src/cfeditor/CFArchAttrib.java trunk/crossfire/src/cfeditor/CGUIUtils.java trunk/crossfire/src/cfeditor/CMainToolbar.java trunk/crossfire/src/cfeditor/CMainView.java trunk/crossfire/src/cfeditor/gui/map/DefaultLevelRenderer.java trunk/daimonin/src/daieditor/CAttribDialog.java trunk/daimonin/src/daieditor/CFArchAttrib.java trunk/daimonin/src/daieditor/CMainView.java Modified: trunk/crossfire/src/cfeditor/CAttribDialog.java =================================================================== --- trunk/crossfire/src/cfeditor/CAttribDialog.java 2006-12-10 19:39:20 UTC (rev 1033) +++ trunk/crossfire/src/cfeditor/CAttribDialog.java 2006-12-10 19:47:45 UTC (rev 1034) @@ -433,7 +433,6 @@ gbc.gridy++; header.add(new JLabel("Archetype: ", SwingConstants.TRAILING), gbc); // create label - gbc.gridx = 3; gbc.gridy = 1; gbc.weightx = 1.0; @@ -1441,7 +1440,6 @@ public void focusLost(final FocusEvent e) { } - /** A single Attribute, combining the CFArchAttrib with its input component(s). */ private static class DialogAttrib<T> { @@ -1461,7 +1459,6 @@ } // class DialogAttrib - /** DialogAttrib for types with bitmasks to choose from. */ static final class BitmaskAttrib extends DialogAttrib<JTextComponent> { @@ -1502,7 +1499,6 @@ } // class BitmaskAttrib - /** ActionListener for help-buttons. */ private final class HelpActionListener implements ActionListener { @@ -1532,7 +1528,6 @@ } // class HelpActionListener - /** ActionListener for the change buttons of bitmasks. */ private static final class MaskChangeAL extends AbstractAction { @@ -1565,7 +1560,6 @@ } // class MaskChangeAL - /** * ActionListener for the buttons on treasurelists. When such a button is * pressed, the dialog with treasurelists pops up. @@ -1601,7 +1595,6 @@ } // class ViewTreasurelistAL - /** * ActionListener for the buttons in the ConfirmErrors popup dialog and * also WindowListener for the closebox of the dialog (which would equal a @@ -1661,7 +1654,6 @@ } // class ConfirmErrorsAL - /** ItemListener for the type-selection box on the attribute-dialog. */ private final class TypesBoxAL implements ItemListener { @@ -1737,7 +1729,6 @@ } // class TypesBoxAL - /** * KeySelectionManager to manage the select-per-keystroke in a JComboBox * (The default KeySelectionManager fails because all strings start with Modified: trunk/crossfire/src/cfeditor/CFArchAttrib.java =================================================================== --- trunk/crossfire/src/cfeditor/CFArchAttrib.java 2006-12-10 19:39:20 UTC (rev 1033) +++ trunk/crossfire/src/cfeditor/CFArchAttrib.java 2006-12-10 19:47:45 UTC (rev 1034) @@ -233,7 +233,6 @@ return false; } - final String listName1 = listNames.substring(0, seppos); final String listName2 = listNames.substring(seppos + 1); Modified: trunk/crossfire/src/cfeditor/CGUIUtils.java =================================================================== --- trunk/crossfire/src/cfeditor/CGUIUtils.java 2006-12-10 19:39:20 UTC (rev 1033) +++ trunk/crossfire/src/cfeditor/CGUIUtils.java 2006-12-10 19:47:45 UTC (rev 1034) @@ -160,7 +160,6 @@ return new ImageIcon(grayIcon); } - /** Grayscale filter to make grayscaled images. */ private final class CGrayScaleFilter extends RGBImageFilter { Modified: trunk/crossfire/src/cfeditor/CMainToolbar.java =================================================================== --- trunk/crossfire/src/cfeditor/CMainToolbar.java 2006-12-10 19:39:20 UTC (rev 1033) +++ trunk/crossfire/src/cfeditor/CMainToolbar.java 2006-12-10 19:47:45 UTC (rev 1034) @@ -181,7 +181,6 @@ addSeparator(); - final JButton prevWindow = new CFancyButton( filterLabel("Prev"), "Show Previous Window", Modified: trunk/crossfire/src/cfeditor/CMainView.java =================================================================== --- trunk/crossfire/src/cfeditor/CMainView.java 2006-12-10 19:39:20 UTC (rev 1033) +++ trunk/crossfire/src/cfeditor/CMainView.java 2006-12-10 19:47:45 UTC (rev 1034) @@ -213,7 +213,6 @@ // Build the placeholder for tile palette archPanel = new CArchPanel(mainControl); mapTileList = new CMapTileList(mainControl, this); - mapDesktop = new JDesktopPane(); if (!mapTileListBottom) { @@ -553,7 +552,6 @@ return null; } - /* * {@inheritDoc} * This implementation displays the exception in a modal message dialog. @@ -594,9 +592,8 @@ * all windows iconified by the user. */ void updateFocus(final boolean fCareAboutIconification) { - // Show the next level (if such exists) - for ( final MapViewIFrame view : mapViews) { + for (final MapViewIFrame view : mapViews) { if (view.isIcon()) { if (!fCareAboutIconification) { Modified: trunk/crossfire/src/cfeditor/gui/map/DefaultLevelRenderer.java =================================================================== --- trunk/crossfire/src/cfeditor/gui/map/DefaultLevelRenderer.java 2006-12-10 19:39:20 UTC (rev 1033) +++ trunk/crossfire/src/cfeditor/gui/map/DefaultLevelRenderer.java 2006-12-10 19:47:45 UTC (rev 1034) @@ -296,8 +296,6 @@ // Highlight the selected area paintHighlightArea(grfx); } - - } /** @@ -388,7 +386,6 @@ paintHighlightTile(grfx, point); } - @Override public void setHighlightTile(final Point point) { if (isPickmap) { paintHighlightTile(getGraphics(), point); Modified: trunk/daimonin/src/daieditor/CAttribDialog.java =================================================================== --- trunk/daimonin/src/daieditor/CAttribDialog.java 2006-12-10 19:39:20 UTC (rev 1033) +++ trunk/daimonin/src/daieditor/CAttribDialog.java 2006-12-10 19:47:45 UTC (rev 1034) @@ -429,7 +429,6 @@ gbc.gridy++; header.add(new JLabel("Archetype: ", SwingConstants.TRAILING), gbc); // create label - gbc.gridx = 3; gbc.gridy = 1; gbc.weightx = 1.0; @@ -1418,7 +1417,6 @@ public void focusLost(final FocusEvent e) { } - /** A single Attribute, combining the CFArchAttrib with its input component(s). */ private static class DialogAttrib<T> { @@ -1438,7 +1436,6 @@ } // class DialogAttrib - /** DialogAttrib for types with bitmasks to choose from. */ static final class BitmaskAttrib extends DialogAttrib<JTextComponent> { @@ -1479,7 +1476,6 @@ } // class BitmaskAttrib - /** ActionListener for help-buttons. */ private final class HelpActionListener implements ActionListener { @@ -1509,7 +1505,6 @@ } // class HelpActionListener - /** ActionListener for the change buttons of bitmasks. */ private static final class MaskChangeAL extends AbstractAction { @@ -1542,7 +1537,6 @@ } // class MaskChangeAL - /** * ActionListener for the buttons on treasurelists. When such a button is * pressed, the dialog with treasurelists pops up. @@ -1578,7 +1572,6 @@ } // class ViewTreasurelistAL - /** * ActionListener for the buttons in the ConfirmErrors popup dialog and * also WindowListener for the closebox of the dialog (which would equal a @@ -1638,7 +1631,6 @@ } // class ConfirmErrorsAL - /** ItemListener for the type-selection box on the attribute-dialog. */ private final class TypesBoxAL implements ItemListener { @@ -1712,7 +1704,6 @@ } // class TypesBoxAL - /** * KeySelectionManager to manage the select-per-keystroke in a JComboBox * (The default KeySelectionManager fails because all strings start with @@ -1750,7 +1741,6 @@ } // class StringKeyManager - /** Action for choosing a face or animation. */ private static final class TreeChooseAction extends AbstractAction { Modified: trunk/daimonin/src/daieditor/CFArchAttrib.java =================================================================== --- trunk/daimonin/src/daieditor/CFArchAttrib.java 2006-12-10 19:39:20 UTC (rev 1033) +++ trunk/daimonin/src/daieditor/CFArchAttrib.java 2006-12-10 19:47:45 UTC (rev 1034) @@ -230,7 +230,6 @@ return false; } - final String listName1 = listNames.substring(0, seppos); final String listName2 = listNames.substring(seppos + 1); Modified: trunk/daimonin/src/daieditor/CMainView.java =================================================================== --- trunk/daimonin/src/daieditor/CMainView.java 2006-12-10 19:39:20 UTC (rev 1033) +++ trunk/daimonin/src/daieditor/CMainView.java 2006-12-10 19:47:45 UTC (rev 1034) @@ -518,7 +518,6 @@ * all windows iconified by the user. */ void updateFocus(final boolean fCareAboutIconification) { - // Show the next level (if such exists) for (final MapViewIFrame view : mapViews) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |