예제 #1
0
 internal JFileChooserLocation(JFileChooser jfc)
 {
     this.jfc = jfc;
     jfc.AddAncestorListener(this);
 }