Example usage for com.jgoodies.looks Options PLASTIC_MICRO_LAYOUT_POLICY_KEY

List of usage examples for com.jgoodies.looks Options PLASTIC_MICRO_LAYOUT_POLICY_KEY

Introduction

In this page you can find the example usage for com.jgoodies.looks Options PLASTIC_MICRO_LAYOUT_POLICY_KEY.

Prototype

String PLASTIC_MICRO_LAYOUT_POLICY_KEY

To view the source code for com.jgoodies.looks Options PLASTIC_MICRO_LAYOUT_POLICY_KEY.

Click Source Link

Document

A UIManager key for setting a custom MicroLayoutPolicy for the Plastic L&fs.

Usage

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

License:Open Source License

public void configureTLooksLookAndFeel() {
    PlasticLookAndFeel.setTabStyle(PlasticLookAndFeel.TAB_STYLE_METAL_VALUE);
    PlasticLookAndFeel.set3DEnabled(true);
    Options.setPopupDropShadowEnabled(true);
    UIManager.put(Options.PLASTIC_MICRO_LAYOUT_POLICY_KEY, TLooksMicroLayoutPolicies.getDefaultPlasticPolicy());
}