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

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

Introduction

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

Usage

From source file org.adempiere.plaf.AdempiereLookAndFeel.java

/**
 *  Adempiere Look & Feel, based on JGoodies look and feel
 *  @author vpj-cd, Low Heng Sin
 */
public class AdempiereLookAndFeel extends com.jgoodies.looks.plastic.Plastic3DLookAndFeel {
    /**

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

/**
 * Extended JGoodies Look-And-Feel for Tentackle.
 * 
 * @author harald
 */
public class TLooksLookAndFeel extends Plastic3DLookAndFeel implements TentackleLookAndFeel {