lib/swing_helpers.rb in sensible-cinema-0.14.3 vs lib/swing_helpers.rb in sensible-cinema-0.14.4
- old
+ new
@@ -1,8 +1,8 @@
require 'java'
module SensibleSwing
include_package 'javax.swing'
- [JButton, JFrame, JLabel, JPanel, JOptionPane,
+ [JProgressBar, JButton, JFrame, JLabel, JPanel, JOptionPane,
JFileChooser, JComboBox, JDialog, SwingUtilities] # grab these constants (http://jira.codehaus.org/browse/JRUBY-5107)
include_package 'java.awt'
[FlowLayout, Font]
include_class 'java.awt.event.ActionListener'
JFile = java.io.File
\ No newline at end of file