super();
setBorder( "0px" );
addMember( UIFactory.createToolbarButton( ActionRegistry.COMPOSE_MESSAGE, false ) );
addMember( UIFactory.createToolbarButton( ActionRegistry.REFRESH_MESSAGES, false ) );
addMember( new ToolStripSeparator() );
addMember( this.replyButton = UIFactory.createToolbarButton( ActionRegistry.REPLY, false ) );
addMember( this.replyAllButton = UIFactory.createToolbarButton( ActionRegistry.REPLY_ALL, false ) );
addMember( this.forwardButton = UIFactory.createToolbarButton( ActionRegistry.FORWARD, false ) );
addMember( this.deleteButton = UIFactory.createToolbarButton( ActionRegistry.DELETE_MESSAGES, false ) );
addMember( this.printButton = UIFactory.createToolbarButton( ActionRegistry.PRINT_MESSAGE, false ) );
addMember( new ToolStripSeparator() );
this.markMenuButton = new MenuButton( TextProvider.get().toolbar_manager_mark() );
this.markMenuButton.setBorder( "0px" );
this.markMenuButton.setHeight( 20 );
Menu markMenu = new Menu();