titleLabel = new WebLabel ( frameTitle, frameIcon );
titleLabel.setStyleId ( "dockable-frame-title" );
titlePanel.add ( titleLabel, BorderLayout.CENTER );
buttonsPanel = new WebPanel ( "dockable-frame-buttons", new HorizontalFlowLayout ( 0, false ) );
titlePanel.add ( buttonsPanel, BorderLayout.EAST );
dockButton = new WebButton ();
dockButton.setLeftRightSpacing ( 0 );
dockButton.setShadeWidth ( 0 );