Package net.sf.jftp.gui.tasks

Examples of net.sf.jftp.gui.tasks.NameChooser


                for(int i = 0; i < tmp.length; i++)
                {
                    tmp[i] = entry[i].toString();
                }

                NameChooser n = new NameChooser();
                String name = n.text.getText();
                ZipFileCreator z = new ZipFileCreator(tmp, path, name);
                fresh();
            }
            catch(Exception ex)
View Full Code Here

TOP

Related Classes of net.sf.jftp.gui.tasks.NameChooser

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.