public JarDetailPopup( final String details ) {
setTitle( M2RepoEditorConstants.INSTANCE.JarDetails() );
setHideOthers( false );
add( uiBinder.createAndBindUi( this ) );
add( new ModalFooterOKButton( new Command() {
@Override
public void execute() {
hide();
}
} ) );