com.jidesoft.plaf.GripperUI Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jide-oss Show documentation
Show all versions of jide-oss Show documentation
JIDE Common Layer (Professional Swing Components)
/*
* @(#) GripperUI.java
* Last modified date: 2/1/2005
*
* Copyright 2002 - 2005 JIDE Software Inc. All rights reserved.
*/
package com.jidesoft.plaf;
import javax.swing.plaf.ComponentUI;
/**
* UI class for Gripper.
*/
public abstract class GripperUI extends ComponentUI {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy