IllegalArgumentException
Status: Alpha
Brought to you by:
jdomain
I have downloaded codeprinter.application.v1.0.3.jar and tried to run it using Java 1.6.0-b105.
This appeared on the console:
font family = Courier New
Exception in thread "main" java.lang.IllegalArgumentException: defaultCloseOperation must be one of: DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE, or DISPOSE_ON_CLOSE
at javax.swing.JDialog.setDefaultCloseOperation(JDialog.java:705)
at jdomain.codeprinter.FileBrowser.createDialog(Unknown Source)
at jdomain.codeprinter.FileBrowser.showDialog(Unknown Source)
at javax.swing.JFileChooser.showOpenDialog(JFileChooser.java:626)
at jdomain.codeprinter.Main.main(Unknown Source)
The program hanged until I interrupted it with Ctrl-C.
I've attached a patch (#2952990) to remove this warning:
https://sourceforge.net/tracker/?func=detail&aid=2952990&group_id=114268&atid=667764