14611462146314641465146614671468146914701471
} else if (command.equals("showUI")) { if (!isUI(item)) { return; } try { new AdminFrame(item, Browser.this); } catch (Exception e) { Util.showError(e, Browser.this, "Unable to create AdminFrame"); } } }