Monday, January 11, 2010

A new series of JavaScript Started.


JavaScript on Netbeans-X IDE:

JavaScript development on Netbeans-X IDE.



Thursday, December 10, 2009

Swing GUI Builder

Swing GUI Builder:

Professional Swing GUI Building

Design Swing GUIs by dragging and positioning GUI components from a palette onto a canvas. The GUI builder automatically takes care of the correct spacing and alignment. Click into JLabels, JButtons, ButtonGroups, JTrees, JTextFields, ComboBoxes and edit their properties directly in place. You can use the GUI builder to prototype GUIs right in front of customers.

Intuitive and Customizable

You can choose whether the GUI code should be generated with fully qualified or simple class names. The help bar displays context-sensitive hints about what can be done with the selected component and suggests shortcuts that can speed up your work in the future. The NetBeans IDE also comes with built-in support for GUI localization and accessibility. If you use JDK 6 Update 10, you can now preview your forms in the new Nimbus look and feel.

Standard and Custom GUI Components

The extensible Component Palette comes with pre-installed Swing and AWT components and includes a visual menu designer. Use the Component Inspector to view a component's tree and properties.

Thursday, November 26, 2009

Installing the Qt Framework on Netbeans IDE 6.7

Installing the Qt Framework:

You can download the Qt framework for your Windows, Linux, or Mac OS X platform from www.qtsoftware.com/downloads.


If you are using a Solaris platform, it is possible to build the Qt framework from sources that you can get from the official Qt source code repository. (http://qt.gitorious.org/qt/qt)

Other helpful links for building Qt from source:

After you install the Qt framework, make sure that Qt tools are available from the command line. Typing qmake -v in a terminal should print Qt version information rather than an error message. If qmake is not found, add QTDIR/bin to your PATH environment variable, where QTDIR is your Qt installation directory.

Sunday, November 1, 2009

Wednesday, September 30, 2009

Tuesday, September 1, 2009

Friday, July 24, 2009

Netbeans IDE 6.7 Qt Toolkit Support.


Netbeans IDE 6.7 Qt Toolkit Support :


Use the Qt application development framework to create Qt files, such as GUI forms, resources, and translations.

 Standard Qt editing tools such as the Qt Designer for form files and Qt Linguist for translations are launched automatically as needed. Qt-specific project properties allow you to fine-tune the generated qmake project file.