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));
}