MichaelJakubec / gtkjfilechooser

Automatically exported from code.google.com/p/gtkjfilechooser
1 stars 0 forks source link

Doesn't work with Ubuntu 9.10 - BOth openjdk and sun's jvm #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. The demo application won't run - package version 1.42

The stack trace:
Exception in thread "main" java.lang.NullPointerException
    at eu.kostia.gtkjfilechooser.I18N.getString(I18N.java:104)
    at eu.kostia.gtkjfilechooser.I18N._(I18N.java:62)
    at 
eu.kostia.gtkjfilechooser.ui.GtkFileChooserUI.installStrings(GtkFileChooser
UI.java:799)
    at 
javax.swing.plaf.basic.BasicFileChooserUI.installDefaults(BasicFileChooserU
I.java:220)
    at 
javax.swing.plaf.basic.BasicFileChooserUI.installUI(BasicFileChooserUI.java
:135)
    at javax.swing.JComponent.setUI(JComponent.java:673)
    at javax.swing.JFileChooser.updateUI(JFileChooser.java:1763)
    at javax.swing.JFileChooser.setup(JFileChooser.java:360)
    at javax.swing.JFileChooser.<init>(JFileChooser.java:333)
    at javax.swing.JFileChooser.<init>(JFileChooser.java:286)
    at 
eu.kostia.gtkjfilechooser.demo.FileChooserDemo.<init>(FileChooserDemo.java:
135)
    at 
eu.kostia.gtkjfilechooser.demo.FileChooserDemo.main(FileChooserDemo.java:63
8)

Original issue reported on code.google.com by danny...@gmail.com on 23 Dec 2009 at 11:10

GoogleCodeExporter commented 9 years ago

Original comment by c.ce...@gmail.com on 23 Dec 2009 at 1:22

GoogleCodeExporter commented 9 years ago
Fixed in 1.4.3

Original comment by c.ce...@gmail.com on 25 Dec 2009 at 3:13