com.jidesoft.plaf.vsnet.VsnetGripperUI 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)
/*
* @(#)VsnetCommandBarSeparatorUI.java
*
* Copyright 2002 JIDE Software. All rights reserved.
*/
package com.jidesoft.plaf.vsnet;
import com.jidesoft.plaf.basic.BasicGripperUI;
import javax.swing.*;
import javax.swing.plaf.ComponentUI;
/**
*/
public class VsnetGripperUI extends BasicGripperUI {
public static ComponentUI createUI(JComponent c) {
return new VsnetGripperUI();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy