java applet
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2483
FreeCell Java Applet 1.1
FreeCell Java Applet project is a Java applet of the popular FreeCell card game. more>>
FreeCell Java Applet project is a Java applet of the popular FreeCell card game.
This is a Java applet of the popular FreeCell card game.
FreeCell is the enormously popular solitaire game. Because all cards are visible at the start of the game, it is almost entirely a game of skill.
Almost all FreeCell positions can be won. The most notable exception is the game #11982.
<<lessThis is a Java applet of the popular FreeCell card game.
FreeCell is the enormously popular solitaire game. Because all cards are visible at the start of the game, it is almost entirely a game of skill.
Almost all FreeCell positions can be won. The most notable exception is the game #11982.
Download (0.023MB)
Added: 2006-12-20 License: (FDL) GNU Free Documentation License Price:
1053 downloads
Jeti 0.7.6A (Applet)
Jeti is a java jabber client, Jabber the Java way. more>>
Jeti is a java jabber client, Jabber the Java way.
Main features:
- Plugin Based, activate only the features you need.
- Basic chat and messages.
- SSL security and Socks proxy.
- Filetransfers.
- Groupchat.
- Message logging.
- Formatted messages.
- Emoticons.
- Meta contacts, contacts with the same name will be bundled.
- Can register and update transports (MSN AIM Yahoo etc).
- Avatars.
- Groupchat alert, get alerted when something interesting is said.
- Tabbed or windowed mode.
<<lessMain features:
- Plugin Based, activate only the features you need.
- Basic chat and messages.
- SSL security and Socks proxy.
- Filetransfers.
- Groupchat.
- Message logging.
- Formatted messages.
- Emoticons.
- Meta contacts, contacts with the same name will be bundled.
- Can register and update transports (MSN AIM Yahoo etc).
- Avatars.
- Groupchat alert, get alerted when something interesting is said.
- Tabbed or windowed mode.
Download (MB)
Added: 2006-12-20 License: GPL (GNU General Public License) Price:
1039 downloads
Java Games 1.0
Java Games is a collection of simple games that are compiled into Java applets and meant to be played online in a Web browser. more>>
Java Games project is a collection of simple games that are compiled into Java applets and meant to be played online in a Web browser.
Currently the collection contains four games: XO World (similar to tic-tac-toe, but with lines of 5 on a 10x10 board); 100 Mack (guess the random combination of 4 images out of a set of six); Memory (flip 2 plates at a time to find matching pairs); and Tetris.
<<lessCurrently the collection contains four games: XO World (similar to tic-tac-toe, but with lines of 5 on a 10x10 board); 100 Mack (guess the random combination of 4 images out of a set of six); Memory (flip 2 plates at a time to find matching pairs); and Tetris.
Download (0.13MB)
Added: 2007-02-20 License: GPL (GNU General Public License) Price:
985 downloads
Java Tetris 1.0
Java Tetris project is a simple Tetris game. more>>
Java Tetris project is a simple Tetris game.
Java Tetris is a game written with Eclipse and the VE Plugin. It is a nice starting point if you want to learn Java and Eclipse.
The game can be started as Java applet or Java application.
Enhancements:
- The dependency on jdom was removed.
- The jar is now only 30kb.
- A bug was fixed in the score list.
<<lessJava Tetris is a game written with Eclipse and the VE Plugin. It is a nice starting point if you want to learn Java and Eclipse.
The game can be started as Java applet or Java application.
Enhancements:
- The dependency on jdom was removed.
- The jar is now only 30kb.
- A bug was fixed in the score list.
Download (0.12MB)
Added: 2007-05-25 License: GPL (GNU General Public License) Price:
961 downloads
JSokoApplet 1.23
JSokoApplet is a Java applet for playing the game of Sokoban. more>>
JSokoApplet is a Java applet for playing the game of Sokoban. It features path finding, auto push, auto solving, undo/redo, deadlock detection, and more
JSokoApplet project is written in Java. You must have Java installed to start the game.
There are two ways of starting the program:
1. Starting the program as an applet:
Load the html-file in your browser (usually by doubleclicking the html-file). The applet should be loaded automatically with that html-file.
2. Starting the program as an application:
a) Start the batch-file "Start JSokoApplication.bat" (Windows users)
or
b) open a console window, go to the folder where the file "JSokoApplet.jar" is located and type: java -jar JSokoApplet.jar
or
c) Just double click the file "JSokoApplet.jar"
If the program doesnt start please check if you have Java installed.
If you have questions about how to start the program write to "x-brain@uni.de"
The game:
"Sokoban" is a puzzle game invented in Japan 1982 by Hiroyuki Imabayashi. The rules are very simple but the game itself is not.
The Rules
The object of the game is to push boxes to specially marked positions in a level. The boxes can only be pushed, never pulled, and only one can be pushed at a time. The player can only move on "free" (= no wall and no box) fields.
A level is solved if all boxes have been pushed to specially marked positions.
One field can just be occupied by only one of the following levelelements at a time: the player, a box, a wall
Just start the game. You easily will learn the rules by playing the game.
The computer will help you in positions where you lost the possibility to solve the level (for example, if you pushed a box in a corner) by showing you the message that the level isnt solvable anymore.
Note: Recognizing positions that are unsolvable is very difficult. Hence the computer just shows this message for some kinds of unsolvable positions.
How to Play
You can move the player by using the arrow keys or by using the mouse (or both)
Keyboard Functions
Move the player: Arrow keys
Undo last move: [Delete] or [Backspace]
Redo move from history: [Insert]
Restart level: [Enter]
Previous level: [Page up]
Next level: [Page down].
Mouse Functions
Left-click on a position to let the player automatically move to this position.
Left-click on a box to select it then left-click the target position. The player will automatically push the selected box to the specified position. Unselect a box by clicking on it again.
A click of the right mousebutton will undo the last done activity.
<<lessJSokoApplet project is written in Java. You must have Java installed to start the game.
There are two ways of starting the program:
1. Starting the program as an applet:
Load the html-file in your browser (usually by doubleclicking the html-file). The applet should be loaded automatically with that html-file.
2. Starting the program as an application:
a) Start the batch-file "Start JSokoApplication.bat" (Windows users)
or
b) open a console window, go to the folder where the file "JSokoApplet.jar" is located and type: java -jar JSokoApplet.jar
or
c) Just double click the file "JSokoApplet.jar"
If the program doesnt start please check if you have Java installed.
If you have questions about how to start the program write to "x-brain@uni.de"
The game:
"Sokoban" is a puzzle game invented in Japan 1982 by Hiroyuki Imabayashi. The rules are very simple but the game itself is not.
The Rules
The object of the game is to push boxes to specially marked positions in a level. The boxes can only be pushed, never pulled, and only one can be pushed at a time. The player can only move on "free" (= no wall and no box) fields.
A level is solved if all boxes have been pushed to specially marked positions.
One field can just be occupied by only one of the following levelelements at a time: the player, a box, a wall
Just start the game. You easily will learn the rules by playing the game.
The computer will help you in positions where you lost the possibility to solve the level (for example, if you pushed a box in a corner) by showing you the message that the level isnt solvable anymore.
Note: Recognizing positions that are unsolvable is very difficult. Hence the computer just shows this message for some kinds of unsolvable positions.
How to Play
You can move the player by using the arrow keys or by using the mouse (or both)
Keyboard Functions
Move the player: Arrow keys
Undo last move: [Delete] or [Backspace]
Redo move from history: [Insert]
Restart level: [Enter]
Previous level: [Page up]
Next level: [Page down].
Mouse Functions
Left-click on a position to let the player automatically move to this position.
Left-click on a box to select it then left-click the target position. The player will automatically push the selected box to the specified position. Unselect a box by clicking on it again.
A click of the right mousebutton will undo the last done activity.
Download (1.0MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1050 downloads
Rad SFTP Applet 2.01
Rad SFTP Applet is a graphical secure FTP (SFTP) applet. more>>
Rad SFTP Applet is a graphical secure FTP (SFTP) applet. It is multi-threaded and thus capable of carrying out several concurrent uploads and downloads and resuming interrupted transfers.
The applet received a four star rating from jars.com - the premier java software review site and became featured on the official java website as well.
The secure FTP applet is ideal for Internet Service Providers and web hosting companies as a value addition to their service. The applet will also help web and software companies to reduce license costs with its per web site license model.
The desktop client is suited for individuals or organizations looking for a secure alternative to FTP.
Enhancements:
- Bugfixes and other improvements related to the management of hidden files and folders.
<<lessThe applet received a four star rating from jars.com - the premier java software review site and became featured on the official java website as well.
The secure FTP applet is ideal for Internet Service Providers and web hosting companies as a value addition to their service. The applet will also help web and software companies to reduce license costs with its per web site license model.
The desktop client is suited for individuals or organizations looking for a secure alternative to FTP.
Enhancements:
- Bugfixes and other improvements related to the management of hidden files and folders.
Download (MB)
Added: 2007-05-22 License: Free For Educational Use Price:
892 downloads
DebUpdate Applet 1.7.3
DebUpdate Applet is a GNOME2 panel applet that periodically checks for Debian package updates from a Debian Update Server. more>>
DebUpdate Applet is a GNOME2 panel applet that periodically checks for Debian package updates from a Debian Update Server.
At the interval you specify, the applet will query a Debian Update Server(See the DUS link below) for updated and new packages for your Debian system(you can over-ride the release and architecture if you wish). When new updates are available the applets panel icon,a Debian "swirl", will rotate.
Configurable options include:
- Update interval
- Check for new packages?
- Check for upgradable packages?
- Check for updated packages?
- Colorize list?
- Debian release(autodetect, stable, testing, and unstable)
- Debian architecture(autodetect, sparc,i386,m68k, etc...)
- Server to query
<<lessAt the interval you specify, the applet will query a Debian Update Server(See the DUS link below) for updated and new packages for your Debian system(you can over-ride the release and architecture if you wish). When new updates are available the applets panel icon,a Debian "swirl", will rotate.
Configurable options include:
- Update interval
- Check for new packages?
- Check for upgradable packages?
- Check for updated packages?
- Colorize list?
- Debian release(autodetect, stable, testing, and unstable)
- Debian architecture(autodetect, sparc,i386,m68k, etc...)
- Server to query
Download (MB)
Added: 2007-01-15 License: GPL (GNU General Public License) Price:
1014 downloads
Timer Applet 2.0.1
Timer Applet is a countdown timer applet for the GNOME panel. more>>
Timer Applet is a countdown timer applet for the GNOME panel.
Main features:
- Quickly set a timer and the applet will notify you when time is up
- Add multiple Timer Applets to the panel to have different timers running simultaneously
- Create presets for quick access to frequently-used times
- Each applet remembers your last-used timer, even after you log out
- User interface follows the GNOME Human Interface Guidelines
Translations: Basque, French, German, Polish, Spanish, Swedish, Turkish.
<<lessMain features:
- Quickly set a timer and the applet will notify you when time is up
- Add multiple Timer Applets to the panel to have different timers running simultaneously
- Create presets for quick access to frequently-used times
- Each applet remembers your last-used timer, even after you log out
- User interface follows the GNOME Human Interface Guidelines
Translations: Basque, French, German, Polish, Spanish, Swedish, Turkish.
Download (0.17MB)
Added: 2007-04-29 License: GPL (GNU General Public License) Price:
915 downloads
Music Applet 2.1.0
Music Applet is a small, simple GNOME panel applet that lets you control Rhythmboxs or Banshees playback from a panel. more>>
Music Applet is a small, simple GNOME panel applet that lets you control Rhythmboxs playback from a panel.
Advantages that this applet has over using the icon Rhythmbox puts in the notification area include:
- One-click access to the main operations needed during playback, without needing to use a context menu.
- Display of the current playing time without requiring a mouse-over.
- Display of the current songs album in the song information.
Music Applet currently supports the following music players:
- Banshee
- Rhythmbox
Music Applet is the successor to Rhythmbox Applet.
<<lessAdvantages that this applet has over using the icon Rhythmbox puts in the notification area include:
- One-click access to the main operations needed during playback, without needing to use a context menu.
- Display of the current playing time without requiring a mouse-over.
- Display of the current songs album in the song information.
Music Applet currently supports the following music players:
- Banshee
- Rhythmbox
Music Applet is the successor to Rhythmbox Applet.
Download (0.41MB)
Added: 2007-02-11 License: GPL (GNU General Public License) Price:
997 downloads
Workspace Name Applet 0.0.2
Workspace Name Applet is a Gnome panel applet to display and edit the name of the current workspace. more>>
Workspace Name Applet is a Gnome panel applet to display and edit the name of the current workspace.
<<less Download (0.088MB)
Added: 2006-08-01 License: GPL (GNU General Public License) Price:
1181 downloads
NetworkManager Applet 0.6.5
NetworkManager Applet project is used as a network connection manager for most RPM and Debian-based distros. more>>
NetworkManager Applet project is used as a network connection manager for most RPM and Debian-based distros.
Supports Ethernet, WiFi, VPN connections.
<<lessSupports Ethernet, WiFi, VPN connections.
Download (0.69MB)
Added: 2007-04-20 License: GPL (GNU General Public License) Price:
925 downloads
Java Brainfuck Compiler 2.0
Java Brainfuck Compiler is an optimising Brainfuck to Java bytecode compiler. more>>
The Java Brainfuck Compiler is a compiler for the uniquely powerful Brainfuck language, which produces Java bytecode that will run on any Java Virtual Machine (with no intermediate steps such as going by way of Java code).
<<less Download (0.010MB)
Added: 2005-04-18 License: GPL (GNU General Public License) Price:
1682 downloads
Wireless Applet 1.0
Wireless Applet is a gnome-panel applet that shows up the status of your wireless card. more>>
Wireless Applet is a gnome-panel applet that shows up the status of your wireless card.
This applet used to be in the default Gnome releases before it was replaced around v2.10 or so. Some users prefer it over the new one, so we decided to post it here for easy access to it.
<<lessThis applet used to be in the default Gnome releases before it was replaced around v2.10 or so. Some users prefer it over the new one, so we decided to post it here for easy access to it.
Download (0.090MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1210 downloads
EmiFreq applet 0.18
EmiFreq applet is an daemon that shows/control the CPU frequency and temperature thanks to the cpufreq sysfs kernel interface. more>>
EmiFreq applet is an daemon that shows/control the CPU frequency and temperature thanks to the cpufreq sysfs kernel interface.
The emifreqd daemon enables the applet to change the cpu speed. The GUI is very clean, intuitive fast access to frequency change (with HIG help). Modelled over the Wireless applet.
Nicely support vertical panels (change the look depending on the orientation).
<<lessThe emifreqd daemon enables the applet to change the cpu speed. The GUI is very clean, intuitive fast access to frequency change (with HIG help). Modelled over the Wireless applet.
Nicely support vertical panels (change the look depending on the orientation).
Download (0.37MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1543 downloads
Java Tools 0.30
Java Tools is a lightweight integrated development environment for creating, compiling, and executing Java applications. more>>
Java Tools is a lightweight integrated development environment for creating, compiling, and executing Java applications and applets.
Java Tools includes point and click access to the Java files, commands, and documents. It also includes a built-in text editor and user interface for the Java debugger.
It is intended for the new Java user who needs help getting started. Its also for the more experienced Java user who wants easy access to the Java commands and a text editor.
Main features:
- GUI with built-in help and small footprint.
- Point and click access to all files (Java, manifest, HTML, image and sound) and directories (package).
- Point and click access to all commands for compiling (javac), archiving (jar), documenting (javadoc), executing (java), debugging (jdb) and disassembling (javap).
- Point and click access to all documents (Java API Specification, Java Tools and Utilities, Java Features and Java Tutorial).
- Point and click creation of all files (Java, manifest and HTML) and directories (package).
- Point and click installation of distribution archive files (Java document, Java source code, Java Tutorial and Sun Tools).
- Automatic determination of class file dependencies for archiving (jar) and documenting (javadoc) Java files.
- Checking for unused, redundant and missing imports.
- Logging of all commands invoked by GUI.
- Code metrics for Java files.
- Built-in text editor (see Edit for details).
- Built-in user interface for the Java debugger with command-line editing and history.
- Self-installing executable (Java archive file).
- Comprehensive installation and user documentation for Java and Java Tools.
<<lessJava Tools includes point and click access to the Java files, commands, and documents. It also includes a built-in text editor and user interface for the Java debugger.
It is intended for the new Java user who needs help getting started. Its also for the more experienced Java user who wants easy access to the Java commands and a text editor.
Main features:
- GUI with built-in help and small footprint.
- Point and click access to all files (Java, manifest, HTML, image and sound) and directories (package).
- Point and click access to all commands for compiling (javac), archiving (jar), documenting (javadoc), executing (java), debugging (jdb) and disassembling (javap).
- Point and click access to all documents (Java API Specification, Java Tools and Utilities, Java Features and Java Tutorial).
- Point and click creation of all files (Java, manifest and HTML) and directories (package).
- Point and click installation of distribution archive files (Java document, Java source code, Java Tutorial and Sun Tools).
- Automatic determination of class file dependencies for archiving (jar) and documenting (javadoc) Java files.
- Checking for unused, redundant and missing imports.
- Logging of all commands invoked by GUI.
- Code metrics for Java files.
- Built-in text editor (see Edit for details).
- Built-in user interface for the Java debugger with command-line editing and history.
- Self-installing executable (Java archive file).
- Comprehensive installation and user documentation for Java and Java Tools.
Download (0.15MB)
Added: 2007-07-09 License: Freeware Price:
838 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above java applet search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed