This commit is contained in:
2018-04-27 15:28:46 +02:00
parent 3fb306c90d
commit 4dae79a3ca
5 changed files with 236 additions and 162 deletions

View File

@@ -668,7 +668,8 @@ public class MainPanel extends Panel {
private void buttonExpertActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_buttonExpertActionPerformed
try{
getContext().getPluginManager().loadInitializePlugin(getContext().getSetup().expandPath("{plugins}/Expert.java"));
this.showRenderer("img");
//getContext().getPluginManager().loadInitializePlugin(getContext().getSetup().expandPath("{plugins}/Expert.java"));
} catch (Exception ex) {
showException(ex);
}