X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fgui%2FFontComboBox.java;h=12805fc6fddeac4c19cc78ce85729aef8c2966bf;hb=8c8b64909ad70184080464d940aef7d86e04c408;hp=1dcb77ec9cbc2bacb74b5819d2927cafb7419d11;hpb=ca94f6a6a70ebf3be560e4f29c441de95277bf26;p=jSite2.git diff --git a/src/net/pterodactylus/jsite/gui/FontComboBox.java b/src/net/pterodactylus/jsite/gui/FontComboBox.java index 1dcb77e..12805fc 100644 --- a/src/net/pterodactylus/jsite/gui/FontComboBox.java +++ b/src/net/pterodactylus/jsite/gui/FontComboBox.java @@ -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 {