lib/swing_helpers.rb in sensible-cinema-0.16.7 vs lib/swing_helpers.rb in sensible-cinema-0.17.0
- old
+ new
@@ -69,10 +69,10 @@
show
File.expand_path(get_directory + '/' + get_file) if get_file
end
end
- class ModeLessDialog < JDialog
+ class NonBlockingDialog < JDialog
def initialize title_and_display_text, close_button_text= 'Close'
super nil
lines = title_and_display_text.split("\n")
set_title lines[0]
get_content_pane.set_layout nil
\ No newline at end of file