Claus - 2021-10-19

Hmm. I used drag and drop to move file from filesystem to SQuirreL - now i can use the button again. weird.

If I look into log i can only see this:

2021-10-19 08:49:27,540 [AWT-EventQueue-1] ERROR net.sourceforge.squirrel_sql.client.Main  - Exception occurred dispatching Event java.awt.event.MouseEvent[MOUSE_RELEASED,(322,129),absolute(314,121),button=1,modifiers=Button1,clickCount=3] on frame0
java.nio.file.InvalidPathException: Trailing char < > at index 90: Filepath...\Filename.sql 
    at java.base/sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:191)
    at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
    at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
    at java.base/sun.nio.fs.WindowsPath.parse(WindowsPath.java:92)
    at java.base/sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:230)
    at java.base/java.nio.file.Path.of(Path.java:147)
    at java.base/java.nio.file.Paths.get(Paths.java:69)
    at java.desktop/sun.awt.shell.ShellFolder.getShellFolder(ShellFolder.java:249)
    at java.desktop/javax.swing.filechooser.FileSystemView.getShellFolder(FileSystemView.java:668)