How to Generate the .Form file using .java file in swings
- by vamshikpd
Hi all,
I am using SunJavaStudio Enterprise 8 and Swing frame work
In swing,
In My source folder, I have Demo.java and Demo.form file.
Demo.form file is the Design file.
If both files in the Source folder,java file shows source and design view in IDE.
If I delete the Demo.form in source folder,The Design view doesn't show.
I have only Demo.java file,How can i generate the Demo.form ?
please can u help me urgent