All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jdesktop.swingx.plaf.HeaderUI Maven / Gradle / Ivy

Go to download

jtstand-desktop is a gui library, an extension of swing. jtstand-desktop is derived from swingx.

There is a newer version: 1.2.1
Show newest version
/*
 * Copyright (c) 2009 Albert Kurucz.
 *
 * This file, HeaderUI.java is part of JTStand.
 *
 * JTStand is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * JTStand is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with JTStand.  If not, see .
 */

package org.jdesktop.swingx.plaf;

import javax.swing.plaf.PanelUI;

/**
 *
 * @author rbair
 */
public abstract class HeaderUI extends PanelUI {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy