Create Plugin in NetBeans IDE
Create Plugin in NetBeans IDE 1. Open NetBeans IDE 2. Go to File Select New Project or press (CTRL+Shift+N) 3. In Categories panel select Netbeans Module>>Select Module in Projects Panel>>Click Next 4. Give a name of your project "MyPlugin">Give Project Location>Select Standalone Module if not selected>>Click Next. 5. In Code Name Base write "org.myApp.App1">>Click Finish. Project Created Successfully. Below Show file structure 6. Right Click the project node and Choose New>Other. 7. In Categories panel select Module Development>>Select Action in File Type Panel>>Click Next. 8. Action Type: If Always Enabled Not selected then Select it >> Click Next. 9. GUI Registration Category: Category of your choice (I am choosing Tools) or Create New Category by typing a name in Category Field. Check Global Men
Comments
Post a Comment