Menu

#43 JFileChooser MultiSelection error

open
nobody
None
5
2005-07-29
2005-07-29
Anonymous
No

The following exception appears when i enable the multi
selection in a JFileChooser and show an open dialog
(I'm using jdk 1.4.1_03):

java.lang.NoSuchMethodError:
sun.awt.shell.ShellFolder.disableFileChooserSpeedFix()Z
at
com.birosoft.liquid.FileChooserBasicUI.setFileSelected
(FileChooserBasicUI.java:1087)
at
com.birosoft.liquid.FileChooserBasicUI$DelayedSelectio
nUpdater.run(FileChooserBasicUI.java:1778)
at java.awt.event.InvocationEvent.dispatch
(InvocationEvent.java:178)
at java.awt.EventQueue.dispatchEvent
(EventQueue.java:448)
at
java.awt.EventDispatchThread.pumpOneEventForHierarc
hy(EventDispatchThread.java:197)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:150)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:140)
at java.awt.Dialog.show(Dialog.java:551)
at javax.swing.JFileChooser.showDialog
(JFileChooser.java:696)
at javax.swing.JFileChooser.showOpenDialog
(JFileChooser.java:599)

Discussion

  • Nobody/Anonymous

    Logged In: NO

    I'm sorry, the solution is described in the "Crash in
    JFileChooser Jdk 1.5" bug.

     
  • Xendren

    Xendren - 2005-09-01

    Logged In: YES
    user_id=1296966

    No problem. Thanks.

    Please note that the project has recently been moved to
    liquidlnf.dev.java.net.

    Thanks
    Erik

     

Log in to post a comment.