You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of our users reported an error which seems to be caused by the FlatShortcutsPanel constructor not accounting for a null name, which javax.swing.filechooser.FileSystemView.getSystemDisplayName() may return.
We get the following stack trace in FlatLaf 3.0:
java.lang.NullPointerException: Cannot invoke "String.lastIndexOf(int)" because "name" is null
at com.formdev.flatlaf.ui.FlatFileChooserUI$FlatShortcutsPanel.<init>(FlatFileChooserUI.java:444)
at com.formdev.flatlaf.ui.FlatFileChooserUI.createShortcutsPanel(FlatFileChooserUI.java:318)
at com.formdev.flatlaf.ui.FlatFileChooserUI.installComponents(FlatFileChooserUI.java:181)
at java.desktop/javax.swing.plaf.basic.BasicFileChooserUI.installUI(BasicFileChooserUI.java:209)
at java.desktop/javax.swing.plaf.metal.MetalFileChooserUI.installUI(MetalFileChooserUI.java:159)
at java.desktop/javax.swing.JComponent.setUI(JComponent.java:730)
at java.desktop/javax.swing.JFileChooser.updateUI(JFileChooser.java:1839)
at com.onseven.dbvis.util.gui.r.b.updateUI(Z:320)
at java.desktop/javax.swing.JFileChooser.setup(JFileChooser.java:396)
at java.desktop/javax.swing.JFileChooser.<init>(JFileChooser.java:362)
at java.desktop/javax.swing.JFileChooser.<init>(JFileChooser.java:349)
The text was updated successfully, but these errors were encountered:
One of our users reported an error which seems to be caused by the
FlatShortcutsPanel
constructor not accounting for anull
name, whichjavax.swing.filechooser.FileSystemView.getSystemDisplayName()
may return.We get the following stack trace in FlatLaf 3.0:
The text was updated successfully, but these errors were encountered: