Package bibliothek.extension.gui.dock.theme

Examples of bibliothek.extension.gui.dock.theme.FlatTheme


     * Creates a new theme. This theme can be used directly with a
     * {@link CControl}.
     * @param control the controller for which this theme will be used.
     */
    public CFlatTheme( CControl control ){
        this( new FlatTheme() );
        init( control );
    }
View Full Code Here

TOP

Related Classes of bibliothek.extension.gui.dock.theme.FlatTheme

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.