Applet - CompWisdom
About us  |  Why use us?  |  Press  |  Contact us

 

Topic: Applet



  
 Applet - Wikipedia, the free encyclopedia
An applet is a software component that runs in the context of another program, for example a web browser.
This distinguishes them from a program written in a scripting programming language (such as JavaScript) that also runs in the context of a larger, client program, but which would not be considered an applet.
Unlike a program, an applet cannot run independently, features display and often interaction with the human user, and is usually stateless and has restricted security privileges.
http://en.wikipedia.org/wiki/Applet   (411 words)

  
 Java 2 Platform SE v1.3.1: Class Applet
Determines this applet's context, which allows the applet to query and affect the environment in which it runs.
This environment of an applet represents the document that contains the applet.
Called by the browser or applet viewer to inform this applet that it should start its execution.
http://java.sun.com/j2se/1.3/docs/api/java/applet/Applet.html   (1329 words)

  
 The xSortLab Applet
It is also the most common example in the "analysis of algorithms," which is the study of computational procedures and of the amount of time and memory that they require.
This applet was originally written by David Eck for use with his introductory computer science textbook
The statistics include the number of comparison and copy operations that have been performed, the number of arrays that have been sorted so far, the elapsed time since the computer began sorting, and the approximate compute time that the computer has devoted to sorting.
http://math.hws.edu/TMCM/java/xSortLab   (1112 words)

  
 The Java Applet Security Model: Providing Storage at a Terminal (A Lesson in Passing the Buck)
As the Applet is unable to determine the name or location of a file, the Applet can be tested on dummy files which have the same format as the file that the Applet is to be applied to, any hostile behavior exhibited by the Applet could occur to either a genuine file or dummy data.
The execution environment for an Applet is also known as a `sand-box'.
The execution environment for Applets is relatively impoverished as Applets are restricted to communicating only with the user and the site from which they were down-loaded
http://archive.dstc.edu.au/aw3tc/papers/castro   (2451 words)

  
 The vOICe Interactive Visual Sound Applet ♫ Draw your own Sound!
For the applet, the only (Java security) requirement is that the updated image files are written on the same site or computer where The vOICe applet is installed.
You can verify that the bach.gif image file size is only 880 bytes, which is four times less than a comparable MIDI file like bach.mid.
Note that even the classic spectrogram can itself be viewed as an attempt to design a useful artificial cross-modal mapping (from the auditory to the visual domain), albeit mostly for research purposes.
http://www.seeingwithsound.com/javoice.htm   (3433 words)

  
 Popup Menu Applet, Java (TM) Edition
applets cannot use menu bars on a web page, because MenuBar objects must be attached to a frame, so they need to be in their own window (yeah, I know, there's a hack around that, but it only works on some browsers).
The current version of the applet doesn't support that, although it would certainly be possible to add that functionality.
Changing the DATA value from within the page would not work on a running applet: the applet would have to be "super-reloaded", with SHIFT-Reload, or CTRL_Refresh, depending on your browser.
http://www.california.com/~binard/java/PopupMenuApplet.html   (2765 words)

  
 Sample Configurable JCM Applet: EpsilonDelta
In this applet, the values of a, L, epsilon, and delta can be adjusted using sliders or text input boxes at the bottom of the applet.
This applet is designed to help users understand the epsilon/delta definition of a limit.
The question is whether the limit as x approaches a of a function, f(x), is limit to L. Testing this involves finding a delta (greater than zero) for each epsilon (greater than zero) such that....
http://math.hws.edu/javamath/config_applets/EpsilonDelta.html   (738 words)

  
 NASA GISS: Mars24 Sunclock: Browser Applet
Please be patient while the applet and its support files load on your computer.
If you are have an older Java version on your computer, you can try the biewing MER Spirit/Opportunity Clock applet, which is compatible with Java 1.1.8.
Mars24 cannot accurately determine the time on Mars unless your computer's time and timezone are set correctly.
http://www.giss.nasa.gov/tools/mars24/applet.html   (140 words)

  
 So, You Want A Java Applet, Huh?
The computer sees the applet as a name and then a suffix.
Save the applet as "All Files", "Source", or "Raw Data", depending on the system you are using.
An applet is a class of like parts.
http://www.htmlgoodies.com/beyond/java/article.php/3470731   (902 words)

  
 Applet Java Software
applet java software 2 3 4 5 6 7 8 9 10 11
This applet is designed to read a text file and display the contents within your web page in scrolling format.
Coocool also allows web developers to add java applets to their web pages freely.
http://www.cutedownloads.com/two/applet-java.htm   (501 words)

  
 Chapter 8: APPLET
In order for a Java applet to function, it will need to be loaded by the browser and then run.
This lets you develop generic applets which do various things based on the information passed to them from a page.
Sometimes, of course, you'll want to pass information to the applet in question from your page.
http://www.cwru.edu/help/wilbur/ch8.html   (948 words)

  
 Applets Tutorial- Introduction
Any program running on your computer could possibly have been made as an applet.
To be more precise, applets can be embedded in pages viewed by Netscape 2+ and Internet Explorer 3+.
The first browser that could show applets was introduced in 1994, as "WebRunner" - later known as "The HotJava Browser".
http://www.echoecho.com/applets.htm   (320 words)

  
 Applet : Java Glossary
In particular, Applets cannot write to the local hard disk or talk to a server other than the one they were loaded from.
An Applet propagates information around by putting it in static variables, or by passing parameters to the methods of other objects to get them to do something with the information.
You can go crazy debugging Applets because the browser sometimes caches old copies of jars, classes, html… It is best to start each test with at least a fresh loading of your browser, preferably with all its caches deleted using a bat file before each test.
http://mindprod.com/jgloss/applet.html   (3934 words)

  
 The Prime Machine
When the applet is run from inside a browser, clicking twice on the applet makes the control window disappear and reappear with resized text labels that may be too small for subsequent computation.
When starting up the applet computes all prime numbers from 2 to 2N.
If you want to base an Applet on your files make sure you specify the code base (the directory containing your class files) similarly as in the html code of this page.
http://www.math.utah.edu/~alfeld/math/machine.html   (1623 words)

  
 Japanolle Java Applet - Information
The applet is written in Java, this means that the game is platform independed and will run on any computer with Internet access and Java support (i.e.
Then, simply copy applet files on your site and add the HTML code from the file core.html (which is also provided in the package) to any web page you like.
Unpack the provided.zip file to to extract applet files.
http://www.yavsoft.com/japanolle/applet.html   (273 words)

  
 Objects, Images, and Applets in HTML documents
For example, some objects may not require data (e.g., a self-contained applet that performs a small animation).
User agents that do not offer the user a means to select specific coordinates (e.g., non-graphical user agents that rely on keyboard input, speech-based user agents, etc.) should send the coordinates "0,0" to the server when the link is activated.
For instance, if the included object is a program that renders font data, the author must indicate the location of that data.
http://www.w3.org/TR/html401/struct/objects.html   (5409 words)

  
 Java applet - definition of Java applet in Encyclopedia
The code of the applet is downloaded from a web server and the browser either embeds the applet into a web page or opens a new window showing the applet's user interface.
Since Java's bytecode is platform independent, Java applets can be executed by browsers for many platforms, including Windows, Unix, Mac OS and Linux.
A Java applet is an applet written in the Java programming language.
http://encyclopedia.laborlawtalk.com/Java_applet   (264 words)

  
 jGuru: Applets FAQ Home Page
Applets are Java programs that run within Java-enabled browsers like Netscape Communicator and Internat Explorer.
In the manifest file for the JAR file which loads the applet, you can specify an Extension-List attribute.
If my applet needs multiple JAR files, is there any way to optimize the download?
http://www.jguru.com/faq/Applets   (691 words)

  
 Objects and Java Seminar: Applets, AWT Graphics, and Java 2D
But like rectangles and ellipses, you should place triangles in a random position on the applet panel each time you draw one.
You can just create a triangle of one size and use it every time the applet decides to draw a triangle rather than a rectangle or ellipse.
Each time you draw a shape, do one more step.
http://www.artima.com/javaseminars/modules/AppletsAWT   (1106 words)

  
 FoilSim II 1.5a beta
If you find errors in the program or would like to suggest improvements, please send an e-mail to benson@grc.nasa.gov. Version 1.4n is still available if you prefer the older version.
These versions let you change some of the assumptions in the analysis and have additional graphics to view the details of the analysis.
With the application version, you can save your results to a file for printing.
http://www.grc.nasa.gov/WWW/K-12/airplane/foil2.html   (2487 words)

  
 WDVL: Introducing Java (TM) - Your First Applet
You will see how easy it is to invoke the browsers email program from an applet.
You will learn how to read data into an applet and how to parse this data.
Java is a good language to use to learn programming.
http://wdvl.internet.com/Authoring/Java/Intro   (253 words)

  
 Slide Show applet
The applet may be downloaded for free by clicking on the TAR-file link below (read the FAQ if you're not sure what to do with a TAR file).
Consult the FAQ page if you are unsure what format to use for the parameter's value.
FONTSIZE: This value indicates the size of the font used by the applet.
http://www.ericharshbarger.org/cgi-bin/j.cgi?slideshow/index.html   (513 words)

  
 xFunctions xPresso Educational Mathematics Applet
The examples can be read from a file or from applet parameters.
Instructions on using examples can be found on another page.
(If you find a commercial purpose for it, please ask my permission before using it.) You can download a copy of the xFunctions Web site -- the applet code, two Web pages, a README file, and as sample file of examples.
http://math.hws.edu/xFunctions   (3854 words)

  
 What is applet? - A Word Definition From the Webopedia Computer Dictionary
With the growing popularity of OLE (object linking and embedding), applets are becoming more prevalent.
JavaWorld article (March 1997) with step-by-step instructions for the Netscape implementation of server-side Java and server-side applets.
Features downloadable Java development environment demos, as well as a large collection of links to Java FAQs, how to articles, applets, reviews, and IDEs.
http://www.webopedia.com/TERM/A/applet.html   (222 words)

  
 Java Tip 59: Applet parameterization -- initializing arrays
Arrays are the ideal data structure for the storage of tabular data.
Those of you who read the previous tip on applet parameterization probably noticed that one important category of objects was left uninitialized by our method.
In fact, we may even leave some rows uninitialized to the null value.
http://www.javaworld.com/javaworld/javatips/jw-javatip59.html   (951 words)

  
 Convert a Java app into an applet (June 24, 1999)
Your applet will be able to load all the classes it needs from the codebase, which may be specified with a URL as above (but ending in a directory name or jar file name).
An application that performs like a calculator -- with a simple GUI that takes input and displays output that is algorithmically derived from the input alone -- is trivial to convert into an applet.
Note that, by the time we reach our final example, the size of the application has become important.
http://www.javaworld.com/javaworld/javaqa/1999-07/01-qa-applet.html   (814 words)

  
 Java Applets
Failure to do this will result in a security error when the applet is executed by the browser.
If you fail to do this, Java (not Webcam32 or even the JavaCam applet) will raise a Null Pointer security exception.
Information on AnfyCam and a free evaluation may be found here.
http://www.surveyor.com/support/webcam32help/java.html   (590 words)

  
 eTrust Spyware Encyclopedia - Shootingmenu Applet
The theory behind this is that a Java ""applet"" is really content -- like graphics -- rather than full application software.
Most security experts browse with Java disabled on their computers, or encapsulate it with further sandboxes/virtual-machines.
As more objects are placed in a machine, manual removal becomes more difficult and more error-prone.
http://www3.ca.com/securityadvisor/pest/pest.aspx?id=5460   (209 words)

  
 JavaScript Kit- Applet Object
The Applet object inherits all public properties of the Java applet in question.
The Applet object inherits all public methods of the Java applet in question.
document.applets[i] //where i is the position of the applet within the page
http://www.javascriptkit.com/jsref/applet.shtml   (76 words)

  
 Sound to Graph and Graph to Sound
The applet allows you to draw in the grid (and to sonify it) and to convert a RIFF.wav file into a.gif, which it can then sonify, so that we are back to where we started--minus considerable loss, since the conversion to the.gif is not of high resolution.
If you use Netscape, you will probably have to download the 2.class files and place them in your "java/classes" directory.
It is the most fast, stable, and full-featured when run as a free-standing application (free standing if you have a Java Virtual Machine on your computer).
http://faculty.washington.edu/dillon/PhonResources/javoice/vowjavoice2.html   (647 words)

  
 Applets
All of the necessary java class files and example HTML markup are contained in a single zip file.
n applet is a program written in the Java
To read about some fascinating examples of applets at work, see the following features on our Web site:
http://java.sun.com/applets   (334 words)

  
 The Bells Applet: Change Ringing on the Web
You input the "method", which is the algorithm to permute your bells, at the bottom of the applet, using "place notation".
Note that "x.27.34" is illegal, as it is impossible since 1 must remain at a fixed position if 2 is. A simplified notation allows this, and other simplifications, but this won't work on this applet.
The first time you try this, there may be a delay, because the audio files have to be downloaded over the network to your machine.
http://www.cs.ubc.ca/spider/kvdoel/bells/bells.html   (1152 words)

  
 NTNU JAVA :: View topic - Reflection and Refraction
Please help us to receive thouse applets class files, just because theres no GET APPLETS FILES button available, tks.This is an lovely work, excelent job.Congratulations for this.
Registered user will be able to get files related to java applets for offline use
Download and install JRE(for Window XP) if you can not view java applet
http://www.phy.ntnu.edu.tw/java/propagation/propagation.html   (735 words)

  
 Red/Black Tree Demo
If your browser is using a later version, use this version of the applet.
The source code implements two interesting features for helping to speed the understanding of red-black trees.
The code is designed for SUN Java 1.1.
http://www.ece.uc.edu/~franco/C321/html/RedBlack/redblack.html   (634 words)

  
 Applet
A bad bug exists in the Netscape 6 betas where selecting text that included an applet would crash the browser if a mouse event handler was attached to the applet.
Problem: Internet Explorer does not appear to use the CODE or CODEBASE attributes as fallback data sources for the applet code if the CABBASE URL is invalid or unavailable.
The applet will be deserialized by the browser.
http://www.blooberry.com/indexdot/html/tagpages/a/applet.htm   (931 words)

  
 A Picture of Weblogs
When I wrote this applet I was deep into my Edward Tufte phase, and came up with "A Picture of Weblogs" as the name since, in a way, that's what it is. Really I'd rather call it simply "
(Those with Java 2 installed (and a fast computer) can also try out version 2 of this applet)
The applet above, and the code which builds the picture, are written in Java.
http://metastatic.org/source/wlm/wlm.php   (1007 words)

  
 APPLET Element applet Object (Internet Explorer)
To use executable content specified by the applet element, a user's computer must have the Microsoft virtual machine (Microsoft VM) installed.
The following table lists the members exposed by the applet object.
Click a tab on the left to choose the type of member you want to view.
http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/applet.asp   (2572 words)

  
 Belief Network Applet
The purpose of this applet is to illustrate the way in which Bayes Nets work, and how probabilities are calculated within them.
Instead, you must use the "Edit" --> "View/Edit Text Representation of Graph" option and cut and paste between the text window and a text editor on your computer.
They are a powerful tool for modelling decision-making under uncertainty.
http://www.cs.ubc.ca/labs/lci/CIspace/Version4/bayes   (265 words)

  
 Julia and Mandelbrot Sets
Once the image is in its own window, you can make it as large as your whole computer desktop or shrink it to almost nothing.
The Complex class includes methods for computing with complex numbers.
The MandelbrotColorPlane is a subclass of the ColorPlane class.
http://aleph0.clarku.edu/~djoyce/julia/MandelbrotApplet.html   (737 words)

  
 Per Dahlberg: The Transliteration Applet
An example, used in the applet above is:
Substitute N with the place the image should have, starting from 0.
The code is design to be easy to extend.
http://www.dahlberg.se/java/Transliteration   (267 words)

  
 Differentiation 1 - maths online Gallery
The first applet is quite easy to solve, since it involves only polynomial functions.
The applets shall strengthen the understanding of differentiation as a process leading from one function to another.
are three applets of puzzle game type: the goal is to place given graphs such that
http://www.univie.ac.at/future.media/moe/galerie/diff1/diff1.html   (295 words)

  
 Converging Diverging Nozzle
The applet works by computing the flow using the one dimensional equations for the isentropic flow of a perfect gas, and the Rankine Hugoniot relations for normal shock waves in perfect gases.
The purpose of this applet is to simulate the operation of a converging-diverging nozzle, perhaps the most important and basic piece of engineering hardware associated with propulsion and the high speed flow of gases.
This device was invented by Carl de Laval toward the end of the l9th century and is thus often referred to as the 'de Laval' nozzle.
http://www.engapplets.vt.edu/fluids/CDnozzle/cdinfo.html   (2235 words)

  
 Anfy Team downloads
- Includes 52 applets for web pages, desktop wallpapers or screensaver.
http://www.anfyteam.com/ajdownl.html   (66 words)

  
 UsingIT - Homepage
Java applet authoring tool to create professional navigation system for Web sites and pages.
JavaScript-producing design tool for creating menu system on web pages.
http://www.usingit.com   (142 words)

  
 Central Limit Theorem Demo Applet (22-Jul-1996)
Note that 10,000 rolls can be done at once -- this may take some time, depending on how fast your machine is. It might be more educational to use a smaller number of simultaneous rolls, so that you can watch the histogram converge to a bell-shaped curve.
This applet demonstrates the central limit theorem using simulated dice-rolling experiments.
To speed up the convergence, it is possible to set the applet to repeat the experiment many times for each mouse click.
http://www.stat.sc.edu/~west/javahtml/CLT.html   (249 words)

  
 Fourier Series Applet
Sorry, you need a Java-enabled browser to see the simulation.
This java applet demonstrates Fourier series, which is a method of expressing an arbitrary periodic function as a sum of cosine terms.
This applet has sound if you are using java 2.
http://www.falstad.com/fourier   (117 words)

  
 Free Java Applets by Jpowered
By providing you with this functionality today for Free, our hope is, that as your business and web site grows, that you will remember us and one day come back and purchase some of our more sophisticated software.
By placing a small text link to us you are helping to increase our popularity.
However please be aware that priority is given to our registered users and therefore during busy periods, freeware support may take a little longer - click here
http://www.jpowered.com/freeapplet/index.htm   (476 words)

  
 The J Maker - software Java applet application
The J Maker - software Java applet application
These software products should work in most browsers without any 3rd party plug-ins.
http://www.thejmaker.com   (58 words)

  
 Cube Applet
Don't forget to place the images, the three (3) class files needed to run the applet, 'CubeMenu.class', Lware.class', and 'anfy.class', and your html document all in the same folder on your computer (pc) or in the same directory on your server.
This applet can be configured so that each face leads to a different url and a text scroll an also be added which will run across the applet face.
This is caused by making the images smaller than the applet size.
http://members.tripod.com/%7Elionsgate/java14.html   (264 words)

  
 JavaBoutique
This applet allows you to perform infinite animations on images, depending on their design value.
MultiTab JApplet 2.0 is a highly configurable Java Applet that allows you to display multiple Web pages with the minimum of screen space taken, using tabular navigation.
In each mine, you'll encounter situations and be asked to choose where you'd like to head next.
http://javaboutique.internet.com   (1133 words)

Compwisdom
 About us   |  Why use us?   |  Press   |  Contact us

 Copyright © 2006 CompWisdom.com Usage implies agreement with terms.