answersLogoWhite

0

What is clipping in applet?

Updated: 8/9/2023
User Avatar

Wiki User

13y ago

Best Answer

The Clipping applet gives you a place to store those text/image/url clippings that would other wise end up on your desktop.

A Clipping is the process of confining paint operations to a limited area or shape.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

Clipping is the process of confining paint operations to a limited areas (or) shape

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is clipping in applet?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the DOS command applet?

There is nothing called DOS applet.. You can run Java applet from DOS..


When an applet become an applet?

Any Java class that extends java.applet.Applet is an applet. http://java.sun.com/j2se/1.5.0/docs/api/java/applet/Applet.html


Why main function is not used in applet programs?

Because an applet runs in a browser, and in this context the one in charge of the launch and execution of the applet is the Java Plug-in software in the browser. This plugin controls the applet life cycle through methods in our applet. These methods are init, start, stop and destroy. In this case the methods that the plugin search to begin the execution of the applet are init (to initialize itself) and start (to start the execution of the task in the applet).


Is there a way to connect an IRC applet to QuakeNet?

QuakeNet has its own webchat applet named 'qwebirc'. Preferably using their own applet. Information about their applet can be found on their website. A direct link to incorporating a client hosted on their server follows, http://webchat.quakenet.org/. Incorporating their applet on your own server is possible too, by installing their applet's source code on your server. A direct link to the source code for the applet can be found at http://qwebirc.org/.


How do you run applet program?

By Embedding it into a HTML page, create a new file with the extension .html (like app.html) insert following code: No Java 2 SDK, Standard Edition v 1.4.2 support for APPLET!! Adjust the code for your applet file (can't help there i am not a java programmer) or just use : No Java 2 SDK, Standard Edition v 1.4.2 support for APPLET!! but i recommend the first because the applet tag is deprecated and not supported in XHTML


How do you open a DOS command applet in Windows?

There is nothing called DOS applet..


What is exterior clipping?

. Interior and exterior clipping interior clipping what is to be saved is inside the clip window exterior clipping what is to be saved is outside clip window Interior clipping


What is a sentence for clipping?

i am clipping my nails


What is the file extension of an applet?

An applet is a Java application, this saves files in a .class extension


Line clipping can also be carried out for?

Line clipping can also be carried out for: Options Concave Polygon clipping windows Clipping window All of the these


Describe java applet?

applets are small programs that can be run on a browser's window or an applet viewer.


How is an applet started by a browser?

Once you have made the applet, you need to make an HTML file to launch the applet. Search google for examples, it's only about 3 lines of code