remove accelerators from override menu
[jSite2.git] / src / net / pterodactylus / jsite / gui / FontComboBox.java
index 1dcb77e..12805fc 100644 (file)
@@ -32,10 +32,9 @@ import javax.swing.ListCellRenderer;
 /**
  * Combobox that displays a list of all available fonts, showing the name of the
  * font in the font itself.
- *
+ * 
  * @see GraphicsEnvironment#getAllFonts()
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
- * @version $Id$
  */
 public class FontComboBox extends JComboBox {
 
@@ -63,9 +62,8 @@ public class FontComboBox extends JComboBox {
 
        /**
         * The cell renderer for the font name cells.
-        *
+        * 
         * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
-        * @version $Id$
         */
        private static class FontCellRenderer extends JLabel implements ListCellRenderer {