X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fgui%2FFontComboBox.java;h=02ec429f753f286e03a9f4d84bacd77d081805b7;hb=a2bc5cc3fa7c6d2324b1d9297d77eb79a237fb6e;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..02ec429 100644 --- a/src/net/pterodactylus/jsite/gui/FontComboBox.java +++ b/src/net/pterodactylus/jsite/gui/FontComboBox.java @@ -32,7 +32,7 @@ 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$ @@ -63,7 +63,7 @@ public class FontComboBox extends JComboBox { /** * The cell renderer for the font name cells. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> * @version $Id$ */