Skip to content

Commit

Permalink
Perlito5 - java - example GUI application
Browse files Browse the repository at this point in the history
  • Loading branch information
fglock committed Jul 28, 2016
1 parent c69a04e commit 2b4c3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/Java/GuiHelloWorld2.pl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ package Action {
this.code = code;
}
public void handle(ActionEvent action) {
this.code.apply(PlCx.VOID, new PlArray( new PlObject(action) ));
this.code.apply(PlCx.VOID, new PlArray( new pActionEvent(action) ));
}
",
}
Expand Down

0 comments on commit 2b4c3e2

Please sign in to comment.