Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Netbeans Platform

Im about to start a project for the Netbeans platform. Anyone recommend books or tutorials that they have used and found useful?

Edit:

It is a swing application that has already been developed.

like image 601
user489041 Avatar asked Mar 17 '11 20:03

user489041


People also ask

What is the use of NetBeans platform?

The NetBeans Platform contains APIs that simplify the handling of windows, actions, files, and many other things typical in applications. Each distinct feature in a NetBeans Platform application can be provided by a distinct NetBeans module, which is comparable to a plugin.

Is NetBeans a cross platform?

Apache NetBeans can be installed on all operating systems that support Java, i.e, Windows, Linux, Mac OSX and BSD. Write Once, Run Anywhere, applies to NetBeans too.

What is the platform manager in NetBeans?

Managing Platforms in NetBeans IDE When you install NetBeans IDE, it automatically detects and registers all Java platforms on your computer. You can use the Java Platform Manager to manually register other platforms in NetBeans IDE as necessary.

Is NetBeans Java or JavaScript?

The NetBeans JavaScript editor provides syntax highlighting, autocompletion, and code folding, pretty much as you'd expect. The JavaScript editing features also work for JavaScript code embedded in PHP, JSP, and HTML files. jQuery support is baked into the editor. NetBeans 8.2 had new or improved support for Node.


1 Answers

Apart from the tutorials on the NetBeans website, I like this book:

http://www.packtpub.com/article/netbeans-platform-6-9-working-with-swing-actions

Also make sure you monitor Geertjan's Blog at
http://blogs.oracle.com/geertjan/

He regularly posts interesting articles about the NetBeans platform.

And of course the NetBeans forum at:
http://forums.netbeans.org/platform-users.html

like image 63
a_horse_with_no_name Avatar answered Sep 29 '22 12:09

a_horse_with_no_name