Hi
I am a complete newbie to JAVA. I am basically a C#.Net programmer.
Now to get started with java. I am trying to re-write one application written in Net beans 5.0 or jcreater.
Now the problem is there is one parent form. now with in this parent form there are 3 menu buttons and each buttons got sub buttons which are not vissible during design time...(i dont like this feature)..now when i run this program i can go to the sub buttons and after pressing any button it gives me a new form to do the task.....now this guy has written code for creating this new form...so basically there is one form and all the rest 4 forms are coded and which looks really bad. I prefer drag and drop functionality instead of coding the form. So any suggestion how could i change it to the drag and drop form and how to connect it with parent form...
at the moment the function is called from the parent form button to execute new form...so i am not getting it...like if i create a new form by drag n drop then how am going to connect it with the press on the parent form...
pls help this newbie ..
Thanks