1 package javax.swing.beaninfo;
2
3 /**
4 * Created by IntelliJ IDEA.
5 * User: UHLIG
6 * Date: 12 mai 2003
7 * Time: 15:43:41
8 * To change this template use Options | File Templates.
9 */
10 public class SwingFileEditor extends SwingURLEditor {
11 protected void setTheValue() {
12 setValue( chooser.getSelectedFile() );
13 }
14 }