Skip to content

Commit

Permalink
get ready to update samples
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed Jun 14, 2016
1 parent 734aa00 commit 4e7248f
Show file tree
Hide file tree
Showing 3 changed files with 415 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/monkstone/filechooser/Chooser.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* selectInput('Select a file to process:', 'fileSelected')
* end
*
* def fileSelected(selection)
* def file_selected(selection)
* if selection.nil?
* puts 'Window was closed or the user hit cancel.'
* else
Expand All @@ -40,5 +40,5 @@
*/
public interface Chooser {

public void fileSelected(File selection);
public void file_selected(File selection);
}
Loading

0 comments on commit 4e7248f

Please sign in to comment.