The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
February 2001

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

pool rooms

Posted by bobby tomblin on December 22, 2001 at 12:53 PM

> > > how do i download an applet from a site?
> yahoo programs wont down load need help to fix whatever may be the problem
> >
> > First, view the source code to get the name of
> > the .class file that contains the applet. Then
> > just replace the ".html" file with
> > the name of the .class file in the URL,
> > and your browser should allow you to download it.

> >
> > For example, my web page is
> > www.public.asu.edu/~mgardne/menu.html
> > this web page has an applet called ClockApplet.class.
> > To download the applet you point your browser
> > to
> > www.public.asu.edu/~mgardne/ClockApplet.class





Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us