Closedown
This commit is contained in:
@@ -123,7 +123,7 @@ public class Commands extends Panel {
|
||||
|
||||
private void btRockActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btRockActionPerformed
|
||||
try {
|
||||
getController().evalLineAsync("rock()");
|
||||
getContext().evalLineAsync("rock()");
|
||||
} catch (Exception ex) {
|
||||
showException(ex);
|
||||
}
|
||||
@@ -131,7 +131,7 @@ public class Commands extends Panel {
|
||||
|
||||
private void btFbmActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btFbmActionPerformed
|
||||
try {
|
||||
getController().evalLineAsync("fbm()");
|
||||
getContext().evalLineAsync("fbm()");
|
||||
} catch (Exception ex) {
|
||||
showException(ex);
|
||||
}
|
||||
@@ -139,7 +139,7 @@ public class Commands extends Panel {
|
||||
|
||||
private void btSeteActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btSeteActionPerformed
|
||||
try {
|
||||
getController().evalLineAsync("sete(" + String.valueOf(spEnergy.getValue()) + ")");
|
||||
getContext().evalLineAsync("sete(" + String.valueOf(spEnergy.getValue()) + ")");
|
||||
} catch (Exception ex) {
|
||||
showException(ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user