X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fgui%2FFontComboBox.java;h=12805fc6fddeac4c19cc78ce85729aef8c2966bf;hb=cf127faffabd3f07b0acc6de9ea746059d571b56;hp=02ec429f753f286e03a9f4d84bacd77d081805b7;hpb=09c626c3de52d507f682383002f20402ab41e1a6;p=jSite2.git diff --git a/src/net/pterodactylus/jsite/gui/FontComboBox.java b/src/net/pterodactylus/jsite/gui/FontComboBox.java index 02ec429..12805fc 100644 --- a/src/net/pterodactylus/jsite/gui/FontComboBox.java +++ b/src/net/pterodactylus/jsite/gui/FontComboBox.java @@ -35,7 +35,6 @@ import javax.swing.ListCellRenderer; * * @see GraphicsEnvironment#getAllFonts() * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class FontComboBox extends JComboBox { @@ -65,7 +64,6 @@ 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 {