Embed « JFileChooser « Java Swing Q&A





1. JFileChooser embedded in a JPanel    stackoverflow.com

EDIT: I've posted a clarification as an answer, see below for more details. I am writing a java program that needs a file open dialog. The file open dialog isn't difficult, ...

2. Embed JFileChooser on the JPanel    forums.oracle.com

Dear all, Is it possible to embed JFileChooser on the JPanel, but not prompt out a new dialog. Moreover, is it possible to set the list of file (which is going to be choosed) manually? Such as, the list of file is equal to the sql statement result. Likes, SELECT location from database WHERE filename = "myDoc.txt" Then such JFileChooser would ...