toolBar.setFloatable ( false );
final ImageIcon magnifierIcon = new ImageIcon ( StyleEditor.class.getResource ( "icons/editor/magnifier.png" ) );
final WebToggleButton magnifierButton = new WebToggleButton ( magnifierIcon );
TooltipManager.setTooltip ( magnifierButton, magnifierIcon, "Show/hide magnifier tool" );
magnifierButton.addHotkey ( Hotkey.ALT_Q );
magnifierButton.setRound ( 0 );
magnifierButton.setFocusable ( false );
initializeMagnifier ( magnifierButton );
final WebButton zoomFactorButton = new WebButton ( "4x" );
zoomFactorButton.setRound ( 0 );