library/chooser/chooser.rb in jruby_art-1.2.6 vs library/chooser/chooser.rb in jruby_art-1.2.7
- old
+ new
@@ -1,7 +1,7 @@
# frozen_string_literal: true
-# Usage: :wq
+# Usage:
# load_library :chooser
#
# def setup
# java_signature 'void selectInput(String, String)'
# selectInput('Select a file to process:', 'fileSelected')
@@ -14,6 +14,6 @@
# puts format('User selected %s', selection.get_absolute_path)
# end
# end
class Processing::App
include Java::MonkstoneFilechooser::Chooser
-end
\ No newline at end of file
+end