com.jidesoft.plaf.JideButtonUI 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)
/*
*/
package com.jidesoft.plaf;
import javax.swing.plaf.ButtonUI;
/**
* Pluggable look and feel interface for JButton.
*/
public abstract class JideButtonUI extends ButtonUI {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy