Package xnap.gui

Examples of xnap.gui.DirectoryList$AddAction


  // upload directory list
  JPanel jpUl = new JPanel(new GridBagLayout());
  // share full path
  jpUl.setBorder(new TitledBorder(XNap.tr("Upload Directories", 1)));
        GridBagHelper.add(this, jpUl);
  dlUploadDirs = new DirectoryList(prefs.getUploadDirsArray(), 20, 3);
  GridBagHelper.add(jpUl, dlUploadDirs);

  jcShareFullPath  = new JCheckBox(XNap.tr("Share Full Path"),
           prefs.getShareFullPath());
  GridBagHelper.add(this, jcShareFullPath);
View Full Code Here

TOP

Related Classes of xnap.gui.DirectoryList$AddAction

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.