title.setText(loadedOption.toString() + " - " + pi.toString());
_panel.setWidget(player);
if (custom.getValue()) {
CustomPlayerControl cc = new CustomPlayerControl(player);
controlPanel.setWidget(cc);
}
controlPanel.setVisible(custom.getValue());
} catch (PluginVersionException ex) {
_panel.setWidget(PlayerUtil.getMissingPluginNotice(ex.getPlugin(), ex.getRequiredVersion()));