Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gappletviewer(1) [debian man page]

GAPPLETVIEWER(1)                                                        GNU                                                       GAPPLETVIEWER(1)

NAME
gappletviewer - Load and runs an applet SYNOPSIS
appletviewer [OPTION]... URL... appletviewer [OPTION]... -code CODE appletviewer [OPTION]... -plugin INPUT,OUTPUT DESCRIPTION
The appletviewer tool loads and runs an applet. Use the first form to test applets specified by tag. The URL should resolve to an HTML document from which the appletviewer will extract applet tags. The APPLET, EMBED and OBJECT tags are supported. If a given document contains multiple applet tags, all the applets will be loaded, with each applet appearing in its own window. Likewise, when multiple URLs are specified, each applet tag instance is given its own window. If a given document contains no recognized tags the appletviewer does nothing. appletviewer http://www.gnu.org/software/classpath/ Use the second form to test an applet in development. This form allows applet tag attributes to be supplied on the command line. Only one applet may be specified using the -code option. The -code option overrides the URL form -- any URLs specified will be ignored. appletviewer -code Test.class -param datafile,data.txt gcjwebplugin uses the third form to communicate with the appletviewer through named pipes. OPTIONS
URL OPTIONS -debug This option is not yet implemented but is provided for compatibility. -encoding CHARSET Use this option to specify an alternate character encoding for the specified HTML page. APPLET TAG OPTIONS -code CODE Use the -code option to specify the value of the applet tag CODE attribute. -codebase CODEBASE Use the -codebase option to specify the value of the applet tag CODEBASE attribute. -archive ARCHIVE Use the -archive option to specify the value of the applet tag ARCHIVE attribute. -width WIDTH Use the -width option to specify the value of the applet tag WIDTH attribute. -height HEIGHT Use the -height option to specify the value of the applet tag HEIGHT attribute. -param NAME,VALUE Use the -param option to specify values for the NAME and VALUE attributes of an applet PARAM tag. PLUGIN OPTION -plugin INPUT,OUTPUT gcjwebplugin uses the -plugin option to specify the named pipe the appletviewer should use for receiving commands (INPUT) and the one it should use for sending commands to gcjwebplugin (OUTPUT). DEBUGGING OPTION -verbose Use the -verbose option to have the appletviewer print debugging messages. STANDARD OPTIONS -help Use the -help option to have the appletviewer print a usage message, then exit. -version Use the -version option to have the appletviewer print its version, then exit. -JOPTION Use the -J option to pass OPTION to the virtual machine that will run the appletviewer. Unlike other options, there must not be a space between the -J and OPTION. BUGS
SEE ALSO
AUTHOR
0.98 2010-07-05 GAPPLETVIEWER(1)

Check Out this Related Man Page

armada-backlight(1)						   User Commands					       armada-backlight(1)

NAME
armada-backlight - Adjust Compaq Armada backlight SYNOPSIS
armada-backlight [-h|--help] [[+-]value] DESCRIPTION
Values: None Prints the current brightness level to stdout. + Increases the brightness of the backlight. - Decreases the brightness of the backlight. value Sets the brightness of the backlight. Value must be between 0 and 8, inclusive. The Armada Backlight Controller is a program for controlling the brightness of the LCD backlight on Compaq Armada[1] laptops under Linux. It has been tested on an Armada M700 running. It is based on code by George Acher[2], which was written for the M300 and has been used on the E500. This package should also work on those machines, although that has not been tested by Nat Pryce, who put the modified package together. The program is divided into two parts: 1. A command-line program that is installed with privileges that allow it to control the backlight hardware (aka an "suid" program). 2. A GNOME panel applet that provides a convenient GUI to the command-line program. An alternative way of using the command-line program is to configure your X window manager to run it in response to key sequences such as Alt-F10 to make the screen brighter and Alt-Shift-F10 to make the screen dimmer (in Compaq Armada, the F10 key has a brightness icon on it). References: 1. http://www.compaq.com/products/notebooks/ 2. http://www.acher.org/ GNOME Panel Applet The Armada Backlight Controller applet is installed into the Utility category of the GNOME Applets menu. [menu.png] When added to the panel, the applet presents a scrollbar that can be used to interactively control the brightness of the backlight and also shows the current level numerically. The icon identifies the applet in the panel and can be used to access the applet menu using the right mouse button. [applet.png] OPTIONS
-h, --help Print usage information to stderr. ENVIRONMENT
None. FILES
None. SEE ALSO
laptop-mode-tools(1) AUTHORS
This manual page was written by Jari Aalto <jari.aalto@cante.net> for the Debian GNU system (but may be used by others). armada-backlight 2012-03-29 armada-backlight(1)
Man Page