Package de.ailis.xadrian.actions

Examples of de.ailis.xadrian.actions.GooglePlusAction


        super();
        setLayout(new BoxLayout(this, BoxLayout.LINE_AXIS));
        setLayout(new FlowLayout(FlowLayout.CENTER, 10, 10));
      
        add(new IconButton(new TwitterAction(), Icons.TWITTER_LARGE));
        add(new IconButton(new GooglePlusAction(), Icons.GOOGLE_PLUS_LARGE));
        add(new IconButton(new GithubAction(), Icons.GITHUB_LARGE));
    }
View Full Code Here

TOP

Related Classes of de.ailis.xadrian.actions.GooglePlusAction

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.