L2FProd: Choose Directories with JDirectoryChooser Hey everybody - another tip about L2FProd Swing components today. Today I want to talk about the com.l2fprod.common.swing.JDirectoryChooser control. For those of you who have used the standard Swing javax.swing.JFileChooser , you're in luck - the JDirectoryChooser widget has, for the most part, the same functional API. Functionally, this is because the JDirectoryChooser extends from the JFileChooser. For those of you who haven't used the file chooser, or simply need a refresher course, here is a quick run through on using the directory chooser widget that ships with L2FProd...