News

So, this Java tip discusses how to enhance the standard Swing JFileChooser by providing a directory history and a file previewer.
Traditionally, users choose files by scrolling the file chooser's list with their mice. You can speed that process by enhancing JFileChooser with a type-ahead method: the user just types the first ...
What steps will reproduce the problem? 1. Open up File Chooser (in open, multi selected mode). 2. Click on the details button. 3. Crash. What is the expected output? What do you see instead? What v ...
When using JFileChooser, Java 11 complains about a "Illegal Reflective Access" by the class com.formdev.flatlaf.ui.JavaCompatibility2 on FlatLaf version 3.4.1 Log: ...