Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » design view in VE
design view in VE [message #69231] Wed, 27 October 2004 22:07 Go to next message
Eclipse UserFriend
Originally posted by: lalikrish.yahoo.com

Hi

I tried creatind a java file with swing components using the visual class.
In the design view i dragged some buttons and some other components and
the soucr code is automatically generated in the source view. Once i try
to run it as applet i am getting error "Applet not found". And one more
once i close the file and reopen that again am not able to view the
components in the design view .. please help me on this .. thanx in
advance for ur help.
Re: design view in VE [message #69250 is a reply to message #69231] Wed, 27 October 2004 22:27 Go to previous messageGo to next message
ronny is currently offline ronnyFriend
Messages: 46
Registered: July 2009
Member
lalitha wrote:

> Hi
>
> I tried creatind a java file with swing components using the visual class.
> In the design view i dragged some buttons and some other components and
> the soucr code is automatically generated in the source view. Once i try
> to run it as applet i am getting error "Applet not found". And one more
> once i close the file and reopen that again am not able to view the
> components in the design view .. please help me on this .. thanx in
> advance for ur help.

If you made no change in the code by yourself, then you can only run your
visual class as Bean (or as Application when a main-method was created and
you set the right VM-parameter which is
" -Djava.library.path=/eclipse/plugins/org.eclipse.swt.gtk_3.0 .1/os/linux/x86 "
in my case).

If you want to open a class with the visual editor, choose it in the
package-explorer and "open with" visual editor.

spunti
Re: design view in VE [message #69268 is a reply to message #69231] Wed, 27 October 2004 22:50 Go to previous message
Eclipse UserFriend
Originally posted by: myersj.nospam.gmail.com

lalitha wrote:
> Hi
>
> I tried creatind a java file with swing components using the visual class.
> In the design view i dragged some buttons and some other components and
> the soucr code is automatically generated in the source view. Once i try
> to run it as applet i am getting error "Applet not found". And one more
> once i close the file and reopen that again am not able to view the
> components in the design view .. please help me on this .. thanx in
> advance for ur help.
>
Could you please attach the source code that fails to be rendered
properly in the VE?

Thanks,
- Jeff
Re: design view in VE [message #602366 is a reply to message #69231] Wed, 27 October 2004 22:27 Go to previous message
ronny is currently offline ronnyFriend
Messages: 46
Registered: July 2009
Member
lalitha wrote:

> Hi
>
> I tried creatind a java file with swing components using the visual class.
> In the design view i dragged some buttons and some other components and
> the soucr code is automatically generated in the source view. Once i try
> to run it as applet i am getting error "Applet not found". And one more
> once i close the file and reopen that again am not able to view the
> components in the design view .. please help me on this .. thanx in
> advance for ur help.

If you made no change in the code by yourself, then you can only run your
visual class as Bean (or as Application when a main-method was created and
you set the right VM-parameter which is
" -Djava.library.path=/eclipse/plugins/org.eclipse.swt.gtk_3.0 .1/os/linux/x86 "
in my case).

If you want to open a class with the visual editor, choose it in the
package-explorer and "open with" visual editor.

spunti
Re: design view in VE [message #602374 is a reply to message #69231] Wed, 27 October 2004 22:50 Go to previous message
Jeff Myers is currently offline Jeff MyersFriend
Messages: 396
Registered: July 2009
Senior Member
lalitha wrote:
> Hi
>
> I tried creatind a java file with swing components using the visual class.
> In the design view i dragged some buttons and some other components and
> the soucr code is automatically generated in the source view. Once i try
> to run it as applet i am getting error "Applet not found". And one more
> once i close the file and reopen that again am not able to view the
> components in the design view .. please help me on this .. thanx in
> advance for ur help.
>
Could you please attach the source code that fails to be rendered
properly in the VE?

Thanks,
- Jeff
Previous Topic:design view in VE
Next Topic:Prevent adding into a component in VE
Goto Forum:
  


Current Time: Sat Dec 21 14:03:52 GMT 2024

Powered by FUDForum. Page generated in 0.03324 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top