Package net.roydesign.ui

Examples of net.roydesign.ui.FolderDialog


      break;
    case PathField.TYPE_OUTPUTFILE:
      fDlg = new FileDialog( (Frame) win, dlgTxt, FileDialog.SAVE );
      break;
    case PathField.TYPE_FOLDER:
      fDlg = new FolderDialog( (Frame) win, dlgTxt );
      break;
    default:
      fDlg = null;
      assert false : (type & PathField.TYPE_BASICMASK);
      break;
View Full Code Here

TOP

Related Classes of net.roydesign.ui.FolderDialog

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.