/* * @(#)QuaquaMenuPainterClient.java * * Copyright (c) 2003-2010 Werner Randelshofer, Immensee, Switzerland. * All rights reserved. * * You may not use, copy or modify this file, except in compliance with the * license agreement you entered into with Werner Randelshofer. * For details see accompanying license terms. */ package ch.randelshofer.quaqua; import java.awt.*; import javax.swing.*; /** * QuaquaMenuPainterClient. * * @author Werner Randelshofer * @version $Id: QuaquaMenuPainterClient.java 361 2010-11-21 11:19:20Z wrandelshofer $ */ public interface QuaquaMenuPainterClient { public void paintBackground(Graphics g, JComponent c, int i, int j); //public ThemeMenu getTheme(); }