The Artima Developer Community
Sponsored Link

Java Answers Forum
help: to convert my applet to an application

2 replies on 1 page. Most recent reply: Jun 5, 2002 5:12 AM by Miguel Angel

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
janette

Posts: 1
Nickname: renteria
Registered: Jun, 2002

help: to convert my applet to an application Posted: Jun 4, 2002 7:37 PM
Reply to this message Reply
Advertisement
Hi,i need tochange my applet program to an application extending from jframe
or jcomponent.Please help to resolve that .
thank you


Matt Gerrans

Posts: 1153
Nickname: matt
Registered: Feb, 2002

Re: help: to convert my applet to an application Posted: Jun 4, 2002 10:18 PM
Reply to this message Reply
Janette,

If you trouble yourself to look just a few posts down, you will see that Mr. Thomas Dautzenberg asked this exact question a few posts back (http://www.artima.com/forums/flat.jsp?forum=1&thread=1117) and even announced that he implemented the solution a few posts later (http://www.artima.com/forums/flat.jsp?forum=1&thread=1121).

Miguel Angel

Posts: 2
Nickname: strozzi
Registered: Jun, 2002

Re: help: to convert my applet to an application Posted: Jun 5, 2002 5:12 AM
Reply to this message Reply
Visual Cafe for Java 2.0 has a menu option to compile to an Applet or an
Application from the same source. The Professional Development Edition also has
an option to compile to x86 native code although your source stays as 100%
Java.


If you want to convert an applet to an application what you should
do is change the init() method into a constructor method. Create a main()
method and have it call the constructor method. You will also want to change
your applet so it is no longer a superclass of Applet

Flat View: This topic has 2 replies on 1 page
Topic: problem with classes Previous Topic   Next Topic Topic: Error unmarshaling Return header

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use