How to Generate the .Form file using .java file in swings
Posted
by vamshikpd
on Stack Overflow
See other posts from Stack Overflow
or by vamshikpd
Published on 2010-05-27T07:56:05Z
Indexed on
2010/05/27
8:01 UTC
Read the original article
Hit count: 192
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
© Stack Overflow or respective owner