Java window programming using NetBeans 6.0:
For students , who only know about c/c++ , creating their own window programing is nothing less tha a dream come true.I remember the day , when i for first the first time made a Frame to come up on my screen using Java.But that is really old day.
Now we have NetBeans 6 , which even a first timer can use to create a much better loking Interface in just minuteswithout even knowing Java.And for those already familiar with programming on older tols like Turbo c/c++ ide or notepad,it is like a boon.
When i introduced my professional frends (working in some big industry)to the NetBeans plateform during holidays,they were simply shocked to see that the most irrritating job (GUI designing) can be accomplished in mnutes without effort.
So , when students here asked for window programming in my campus , i cant resist them. On the day came around 90 students.Most of them were already familier with NetBeans and GUI Developement (only a day before i introduced them to NetBeans and most of them worked late night to makesome good :) Interface).
Now the task was to fetch/put data in those Com[ponents.Though as is well know , some of them like Table , List etc is ll diffiult to program than TextField and Combo, so i started with easier ones.
And it seems i have touched the Bee Heave.Almost everyday tens of them come to my room asking lot many questions , showing me codes etc etc.Though some time it is lil disturbing (i AM MANAGING A REALLY BIG & complex PROJECT NOW A DAY),but still it feels warm.
For our sun Developer Group , we have organised a Java Advanced Group , and discussed project Scenario , discussed JDBC (as our project is mainly based on this) and few naming conventions .
In most of the universities (in INDIA) course currilulum includes VB as default Visual Programming language.
But considering the simplicity,applicability and readability of java code , i understand Java/Swing/NB combination is much better than VB.
Also considering the fact that java is open source where as VB is still owned by MS and it charges for the same.