/** * @(#)FontChooserUI.java * * Copyright (c) 2008 The authors and contributors of JHotDraw. * You may not use, copy or modify this file, except in compliance with the * accompanying license terms. */ package org.jhotdraw.gui.plaf; import javax.swing.plaf.ComponentUI; /** * FontChooserUI. * * @author Werner Randelshofer * @version $Id$ */ public class FontChooserUI extends ComponentUI { }