Package library.model

Examples of library.model.Library


        "mp3", "avi", "mp4", "png", "jpeg");
    filter2 = new FileNameExtensionFilter("Library Files", "ser");
    chooser.addChoosableFileFilter(filter);
    chooser.addChoosableFileFilter(filter2);

    lib = new Library();

    exit = false;

    vimCache = new ArrayList<VIM>();
    vimFile = null;
View Full Code Here

TOP

Related Classes of library.model.Library

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.