Package bibliothek.gui.dock.themes

Examples of bibliothek.gui.dock.themes.BasicTheme


     * 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 CBasicTheme( CControl control ){
        this( new BasicTheme() );
        init( control );
    }
View Full Code Here

TOP

Related Classes of bibliothek.gui.dock.themes.BasicTheme

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.