Ignore:
Timestamp:
2013-07-17T00:01:49+02:00 (11 years ago)
Author:
stoecker
Message:

see #8853 remove tabs, trailing spaces, windows line ends, strange characters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/ToggleDialog.java

    r6061 r6070  
    144144     */
    145145    protected JCheckBoxMenuItem windowMenuItem;
    146    
     146
    147147    /**
    148148     * The linked preferences class (optional). If set, accessible from the title bar with a dedicated button
     
    152152    /**
    153153     * Constructor
    154      * 
     154     *
    155155     * @param name  the name of the dialog
    156156     * @param iconName the name of the icon to be displayed
     
    493493                add(buttonsHide);
    494494            }
    495            
     495
    496496            // show the pref button if applicable
    497497            if (preferenceClass != null) {
     
    558558            return lblTitle.getText();
    559559        }
    560        
     560
    561561        public class DialogPopupMenu extends JPopupMenu {
    562562            public final JMenu buttonHidingMenu = new JMenu(tr("Side buttons"));
     
    589589            }
    590590        }
    591        
     591
    592592        public void registerMouseListener() {
    593593            addMouseListener(new MouseEventHandler());
    594594        }
    595        
     595
    596596        class MouseEventHandler extends PopupMenuLauncher {
    597597            public MouseEventHandler() {
     
    864864            buttonsHide.setVisible(false);
    865865        }
    866        
     866
    867867        // Register title bar mouse listener only after buttonActions has been initialized to have a complete popup menu
    868868        titleBar.registerMouseListener();
    869        
     869
    870870        return data;
    871871    }
Note: See TracChangeset for help on using the changeset viewer.