Example usage for com.jgoodies.looks.plastic PlasticButtonUI subclass-usage

List of usage examples for com.jgoodies.looks.plastic PlasticButtonUI subclass-usage

Introduction

In this page you can find the example usage for com.jgoodies.looks.plastic PlasticButtonUI subclass-usage.

Usage

From source file com.floreantpos.swing.ButtonUI.java

public class ButtonUI extends PlasticButtonUI {

    public ButtonUI() {
        super();
    }

From source file com.floreantpos.swing.POSButtonUI.java

public class POSButtonUI extends PlasticButtonUI {
    private static final POSButtonUI INSTANCE = new POSButtonUI();

    public static ComponentUI createUI(JComponent b) {
        return INSTANCE;
    }

From source file org.apache.cayenne.modeler.generic.GenericButtonUI.java

/**
 * @since 4.0
 */
public class GenericButtonUI extends com.jgoodies.looks.plastic.PlasticButtonUI {
    private static final GenericButtonUI INSTANCE = new GenericButtonUI();

From source file org.datacleaner.widgets.PrimaryButtonUI.java

/***
 * A {@link ButtonUI} for primary buttons in the DataCleaner user interface.
 */
public class PrimaryButtonUI extends PlasticButtonUI {

    private static final PrimaryButtonUI INSTANCE = new PrimaryButtonUI();

From source file org.tentackle.plaf.tlooks.TLooksButtonUI.java

/**
 * UI for JButton/FormButton.
 * 
 * @author harald
 */
public class TLooksButtonUI extends PlasticButtonUI {