Avbravo tutoriales Plataforma PictureExplorer
http://wiki.netbeans.org/PicturesExplorer
Autor http://wiki.netbeans.org/KunalModi
Contents |
Introducción
Kuna Modi, nos presenta un pequeño modulo MyPictures (para Windows). Para los usuarios de NetBeans, quienes siempre tienen
For NetBeans users who always have their NetBeans window gazing at them ,it becomes tedious to open another pictures explorer and view your MyPictures Folder in MyDocuments. A small and simple code can help you a great deal. How about a PicturesExplorer to view MyPictures folder in NetBeans itself? Well, thats the whole idea. Using the NetBeans TopComponent, ExplorerAPI, FileSystemsAPI with others, its quite possible.
Lets Start
Requirements:- NetBeans6.0..its free download at netbeans.org Some Idea about module development for NetBeans IDE.
* In this example we will create a simple PicturesExplorer module for viewing pictures in My Pictures folder in Windows.
Creating the module.
* To make a new module go to File--> New Project * Select NetBeans Modules from the category and Module from the aside Projects window. * Click next.

