final FormStylePopup pop = new FormStylePopup( DroolsGuvnorImages.INSTANCE.config(),
Constants.INSTANCE.AddACategoryRuleToThePackage() );
final Button addbutton = new Button( Constants.INSTANCE.OK() );
final TextBox ruleName = new TextBox();
final CategoryExplorerWidget exw = new CategoryExplorerWidget( new CategorySelectHandler() {
public void selected(String selectedPath) { //not needed
}
} );
ruleName.setVisibleLength( 15 );