01: /* 02: */ 03: package com.jidesoft.plaf; 04: 05: import javax.swing.plaf.ButtonUI; 06: 07: /** 08: * Pluggable look and feel interface for JButton. 09: */ 10: public abstract class JideButtonUI extends ButtonUI { 11: }