final GroupPanel tg = new GroupPanel ( 5, new WebLabel ( "Display animation:" ), type );
hidingType = new WebComboBox ( DynamicMenuType.values (), DynamicMenuType.star );
final GroupPanel htg = new GroupPanel ( 5, new WebLabel ( "Hide animation:" ), hidingType );
radius = new WebTextField ( new IntTextDocument (), "70", 4 );
final GroupPanel rg = new GroupPanel ( 5, new WebLabel ( "Menu radius:" ), radius );
itemsAmount = new WebTextField ( new IntTextDocument (), "5", 4 );
final GroupPanel iag = new GroupPanel ( 5, new WebLabel ( "Items amount:" ), itemsAmount );
drawBorder = new WebCheckBox ( "Show custom border", true );
final WebPanel clickPanel = new WebPanel ( true );