Creatting and Distributing Netbeans Plugins.

Netbeans Plugin

 Creating and Distributing plugins for NetBeans developer.

Creating NetBeans Platform Application

  1. Choose File > New Project > Select NetBeans Modules in categories panel>Select Netbeans Platform Application in projects panel.>. Click Next.


  2. Name the project "ClientApp" and put it in any project location of your choice.>Click Finish.

  3. Your Netbeans Platform Application is now created.Add existing modules to your project or create new  

  4. Write the module name "App1" and choose location of your choice.>Click Next.

  5. Give the code name base "org.project.MyApp1" and click Finish.

  6. Now your Module "App1" is created.>Right click on App1 node  and Click Open Project.After this your project file structure shown.

  7. Your Project is completed.Now in next tutorial we write code for plugin.

Thanks

   

Comments

Post a Comment

Popular posts from this blog

Create Plugin in NetBeans IDE

Create Menu and Toolbar Button in NetBeans IDE