java 1.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 8247
Doom for Java 1.0
The famous and known Doom for your Java compatible mobile. more>>
The famous and known Doom for your Java compatible mobile. Pick up your chainsaw and kill some aliens.
System requirements:
- Java compatible.
<<lessSystem requirements:
- Java compatible.
Download (36.00KB)
Added: 2006-11-14 License: Freeware Price: FREE
1074 downloads
Pong for Java 1.0.0
Colour version of the classic Pong game. more>>
Colour version of the classic Pong game. Control your bat up or down to hit the ball.
System requirements:
- Java compatible
<<lessSystem requirements:
- Java compatible
Download (10.00KB)
Added: 2006-12-26 License: Freeware Price: FREE
1032 downloads
3D Snake Java 1.0
The classic Snake game converted into the third dimension. Can be played against a human opponent via Bluetooth. more>>
This is the classic Snake game converted into the third dimension. The player can customize his game experience by activating several new features and options to his liking, in both single- and multiplayer games. Three different game modes (Classic, Custom and Adventure) are available. Classic and Custom may be played against a human opponent via BT, while Adventure mode is for single players only. In a custom game, the player can speed up the overall game experience a lot - perfect for a challenging, quick game in-between. This game takes full advantage of the new 3D graphics and audio capabilities of cutting-edge phones. 3D audio sound will help the player navigate through the maze by locating acoustically new bonus items and fruits - and to identify the position of the opponent in multiplayer.
<<less Download (328.00KB)
Added: 2007-05-10 License: Freeware Price: FREE
959 downloads
PCalc for Java 1.0
Programming calculator. more>>
Programming calculator. You can write programs for stack machine (with simplified Java like instruction set). Program consists of one or more procedure which can be nested. It is possible to access variables of top procedure (like in Pascal). You can execute program ste-by-step and inspect stack and variables in debugger. Input of commands and thier operands is optimized for mobile phone. This calculator is using floating point arithmetic with quadra precision (64 bits for both mantissa and exponent) implemented by Nikolay Klimchuk.
Main features:
- PCalc keeps in database all your programs. A program consists of main procedure and may be some subprocedures. Program may have input parameters. The values of these parameters will be asked when program is started. Access to the parameters is performed using input instruction.
- PCalc provides stack-based language (like Forth). Operands are pushed on stack and operations are performed with top elements of the stack. Temporary results also can be stores in local variables (of self or outer procedure). Stack is also used to pass parameters to procedures and return values. Content of stack after return from main procedure is treated as program result. It is also possible view values of variables of main procedure (if program should return many results it is more convenient to store them in local variables).
- PCalc provides the following groups of instructions: load/store, operators, functions, control flow. Instructions of first three groups do not require extra explanation. Control flow instructions includes procedure call, return, conditional (IF) and unconditional (GOTO) branches. IF transforms control to the specified label if value on stack is zero. Label for these instruction is specified by selecting instruction in the list. Please notice, that when you are inserting new branch instruction it is not yet present in the list.
- PCalc provides wide editing capabilities. It is possible to add/remove/rename any variable/parameter/function. The only restriction is that it is not possible to remove entity which is used. It is also possible to move label (adjusting all branch instruction referencing this label) or change target of particular branch instruction.
- PCalc allows to introduce new variable only when you are specifying operand for STORE. Operand of load method is selected from the list of available variables. It somehow prevents programmer from using uninitialized variables.
<<lessMain features:
- PCalc keeps in database all your programs. A program consists of main procedure and may be some subprocedures. Program may have input parameters. The values of these parameters will be asked when program is started. Access to the parameters is performed using input instruction.
- PCalc provides stack-based language (like Forth). Operands are pushed on stack and operations are performed with top elements of the stack. Temporary results also can be stores in local variables (of self or outer procedure). Stack is also used to pass parameters to procedures and return values. Content of stack after return from main procedure is treated as program result. It is also possible view values of variables of main procedure (if program should return many results it is more convenient to store them in local variables).
- PCalc provides the following groups of instructions: load/store, operators, functions, control flow. Instructions of first three groups do not require extra explanation. Control flow instructions includes procedure call, return, conditional (IF) and unconditional (GOTO) branches. IF transforms control to the specified label if value on stack is zero. Label for these instruction is specified by selecting instruction in the list. Please notice, that when you are inserting new branch instruction it is not yet present in the list.
- PCalc provides wide editing capabilities. It is possible to add/remove/rename any variable/parameter/function. The only restriction is that it is not possible to remove entity which is used. It is also possible to move label (adjusting all branch instruction referencing this label) or change target of particular branch instruction.
- PCalc allows to introduce new variable only when you are specifying operand for STORE. Operand of load method is selected from the list of available variables. It somehow prevents programmer from using uninitialized variables.
Download (50.00KB)
Added: 2007-01-08 License: Freeware Price: FREE
1025 downloads
Timer for Java 1.0
Timer midlet allows to start simultaneously several times. Alarm time can be absolute and relative. It can happen once or with specified period. more>>
Timer midlet allows to start simultaneously several times. Alarm time can be absolute and relative. It can happen once or with specified period. Different types of notifications are used: vibration, sound, backlight, SMS. Timers are stored in the storage so you can reuse them For example you can enter time needed for preparing some food (eggs, pizza, spaghetti...). Then you just select proper time and start it. Timer can be activated even if midlet is not active (at some models of the phones this feature may not work)
There four main screen in the program. The main screen is "monitor" - it shows state of active timers and allows to add new timer. The "List" command allows to see list of active timers and stop/change/remove any of this timers. "Settings" command allows to change midlet settings - way of alarm notification. When there are no active timers, monitor screen is empty. When you execute "Add" command, list of all timers in shown. You can select proper timer from the list and start it. If there are no timers, empty screen is shown. You can add new timer by executing "New" command. New timer can be saved or can be immediately started.
Timer form ask you to input hour, minute and second. For absolute timers it is time in the day when alarm should happen. For relative timer this values specify interval since current time. If timer is periodic, then relative time will produce alarm with the period equal to the specified interval. And periodic absolute timer will produce alarm each day at specified time (so period is 24 hours).
Timer midlet provides several way of alarm notification: sound (it is possible to configure frequency, volume and note of the signal), vibration, backlight and sending SMS. Also it is possible to specify duration of the alarm - period within which sound, vibration and other effects are produced. In case of alarm midlet shows model alarm alert which is visible until user execute "Dismiss" command. The command also stops sound, vibration and backlight. To be able to send SMS, it is necessary to specify destination phone number in settings. Unfortunately at most of the phones this mechanism will not work since phone will ask user permission for midlet to send SMS each time when it tries to send SMS.
System requirements:
- Java MIDP 2.0
<<lessThere four main screen in the program. The main screen is "monitor" - it shows state of active timers and allows to add new timer. The "List" command allows to see list of active timers and stop/change/remove any of this timers. "Settings" command allows to change midlet settings - way of alarm notification. When there are no active timers, monitor screen is empty. When you execute "Add" command, list of all timers in shown. You can select proper timer from the list and start it. If there are no timers, empty screen is shown. You can add new timer by executing "New" command. New timer can be saved or can be immediately started.
Timer form ask you to input hour, minute and second. For absolute timers it is time in the day when alarm should happen. For relative timer this values specify interval since current time. If timer is periodic, then relative time will produce alarm with the period equal to the specified interval. And periodic absolute timer will produce alarm each day at specified time (so period is 24 hours).
Timer midlet provides several way of alarm notification: sound (it is possible to configure frequency, volume and note of the signal), vibration, backlight and sending SMS. Also it is possible to specify duration of the alarm - period within which sound, vibration and other effects are produced. In case of alarm midlet shows model alarm alert which is visible until user execute "Dismiss" command. The command also stops sound, vibration and backlight. To be able to send SMS, it is necessary to specify destination phone number in settings. Unfortunately at most of the phones this mechanism will not work since phone will ask user permission for midlet to send SMS each time when it tries to send SMS.
System requirements:
- Java MIDP 2.0
Download (17.30KB)
Added: 2007-08-21 License: Freeware Price: FREE
524 downloads
Gorgy for Java 1.0.0
Gorgy lets you steer a walking monster away from bombs. more>>
Gorgy lets you steer a walking monster away from bombs. The beta promises an interesting game once the full release is out.
System requirements:
- Java compatible
<<lessSystem requirements:
- Java compatible
Download (20.00KB)
Added: 2007-01-03 License: Freeware Price: FREE
1024 downloads
Dynamo Kid Java 1.0
You play the part of Dynamo Kid in his adventure to rescue the fuzzy happy creatures and all the magic stars and bring back happiness to DreamIsland. more>>
A long time ago, in a place called DreamIsland, all the friendly creatures lived as one. It was all peacefull and friendly. Till one day a monster called Moopie arrived. Moopie did not like the happy DreamIslands creatures and he decided to make some friendly happy creatures disappear. One night when all the friendly creatures were sleeping Moopie sneaked around the Island stealing all the magic stars that made the island so colorfull and happy and kidnapped the happy people. With all the happy creatures being gone Dynamo Kid was called in for help.
You play the part of Dynamo Kid in his adventure to rescue the fuzzy happy creatures and all the magic stars and bring back happiness to DreamIsland. Because of the sad state of the island some creatures have lost their friendlyness and you must watch out to not get hurt by them or the island will stay sad for ever.
Version restrictions:
- Ad-supported
<<lessYou play the part of Dynamo Kid in his adventure to rescue the fuzzy happy creatures and all the magic stars and bring back happiness to DreamIsland. Because of the sad state of the island some creatures have lost their friendlyness and you must watch out to not get hurt by them or the island will stay sad for ever.
Version restrictions:
- Ad-supported
Download (72.00KB)
Added: 2007-02-28 License: Freeware Price: FREE
981 downloads
vPoker for Java 1.0
Freeware Video Poker game. more>>
Freeware Video Poker game.
System requirements:
- Java compatible.
<<lessSystem requirements:
- Java compatible.
Download (13.00KB)
Added: 2006-11-15 License: Freeware Price: FREE
1073 downloads
Awele for Java 1.0.3
Awele is a nice puzzle game where the aim of the game is to collect the biggest number of beans. more>>
Awele is a nice puzzle game where the aim of the game is to collect the biggest number of beans.
System requirements:
- Java compatible
<<lessSystem requirements:
- Java compatible
Download (29.00KB)
Added: 2006-12-27 License: Freeware Price: FREE
1031 downloads
Lottery for Java 1.0.0
Lottery is a great little tool for UK lottery players. more>>
Lottery is a great little tool for UK lottery players. It retrieves the last Saturday and Wednesday UK National Lottery results.
<<less Download (39.00KB)
Added: 2007-01-12 License: Freeware Price: FREE
1015 downloads
Counter for Java 1.0
Counter for Java - ten counters on your mobile phone. more>>
Counter for Java - ten counters on your mobile phone.
You can count everything you want (birds, flowers, your guests ect) and you phone will store all this information and can show it to you as a diagram.
Counter supports three modes:
Counting mode
Pressing 0-9 in this mode increase value of correspondent counter. Keys # and * can be used to switch between counters.
To see sum of values of all counters, choose Inspect command
To see diagram of counter values, choose Diagram command
To reset value of current counter, choose Reset command
To decrement value of counter, choose Undo command
Diagram mode
In this mode diagram of counter values is displayed. Pressing 0-9 in this mode increase value of correspondent counter.
To see sum of values of all counters, choose Inspect command
To reset value of all counters, choose Reset command.
Inspect mode
In this mode you can inspect values of particular counter. Pressing 0-9 in this mode choose counter to be inspected. Keys # and * can be used to sequentially switch between counters
To reset value of current counter or all counters, choose Reset command
To switch to counter incrementing mode, choose Counting command
To rename current counter, choose Rename command
<<lessYou can count everything you want (birds, flowers, your guests ect) and you phone will store all this information and can show it to you as a diagram.
Counter supports three modes:
Counting mode
Pressing 0-9 in this mode increase value of correspondent counter. Keys # and * can be used to switch between counters.
To see sum of values of all counters, choose Inspect command
To see diagram of counter values, choose Diagram command
To reset value of current counter, choose Reset command
To decrement value of counter, choose Undo command
Diagram mode
In this mode diagram of counter values is displayed. Pressing 0-9 in this mode increase value of correspondent counter.
To see sum of values of all counters, choose Inspect command
To reset value of all counters, choose Reset command.
Inspect mode
In this mode you can inspect values of particular counter. Pressing 0-9 in this mode choose counter to be inspected. Keys # and * can be used to sequentially switch between counters
To reset value of current counter or all counters, choose Reset command
To switch to counter incrementing mode, choose Counting command
To rename current counter, choose Rename command
Download (9.60KB)
Added: 2007-08-21 License: Freeware Price: FREE
490 downloads
Monitor for Java 1.0
Monitor is a simple application that allows you to profile your time.aMonitor is a simple application that allows you to profile your time. It makes it possible to easily monitor how much time is spen more>>
Monitor is a simple application that allows you to profile your time.
It makes it possible to easily monitor how much time is spent for activites you are doing.
It can be used for monitoring some physical processes as well as your traditional housekeeping activities.
You are able to monitor up to 10 activities.
Pressing correspondent number at you phone starts or continues the specified activity.
Current activity is accumulating time until you stop monitor or switch to another activity, If you exit from midlet, activity is still considered to be active and when monitor midlet is restarted it will indicate time spent since the switch to this activity.
By pressing * button or executing New command it is possible to start new activity.
By pressing # button or executing Stop command monitor can be stopped.
If all activities do not fir in screen, you can scroll them using Up/Left/Top/Bottom cursor keys. To hide/show diagram press Fire button.
When monitor is stopped, additional command are available, allowing to reset or terminate monitor or show the help.
System requirements:
- Java MIDP
<<lessIt makes it possible to easily monitor how much time is spent for activites you are doing.
It can be used for monitoring some physical processes as well as your traditional housekeeping activities.
You are able to monitor up to 10 activities.
Pressing correspondent number at you phone starts or continues the specified activity.
Current activity is accumulating time until you stop monitor or switch to another activity, If you exit from midlet, activity is still considered to be active and when monitor midlet is restarted it will indicate time spent since the switch to this activity.
By pressing * button or executing New command it is possible to start new activity.
By pressing # button or executing Stop command monitor can be stopped.
If all activities do not fir in screen, you can scroll them using Up/Left/Top/Bottom cursor keys. To hide/show diagram press Fire button.
When monitor is stopped, additional command are available, allowing to reset or terminate monitor or show the help.
System requirements:
- Java MIDP
Download (6.60KB)
Added: 2007-08-21 License: Freeware Price: FREE
804 downloads
Grocery for Java 1.0.0
Grocery List provides a simple grocery list for J2ME enabled devices. more>>
Grocery List provides a simple grocery list for J2ME enabled devices. A palm pilot version can be found at the authors website.
<<less Download (6.00KB)
Added: 2007-01-12 License: Freeware Price: FREE
1015 downloads
Dynamo Kid 2 Java 1.0
Once again you can play the part of DynamoKid in this platform game featuring colorful graphics, many cartoony and funny creatures. more>>
This time you have to save the DreamRealm of the evil dinos that are out to take over the ever so peacefull DreamIslands. Many new and interesting creatures will try to make your adventure a failure!
Once again you can play the part of DynamoKid in this great platform game featuring colorful graphics, many cartoony and funny creatures to jump on and of course the simple gameplay that made the original such a hit.
Version restrictions:
- Ad-supported
<<lessOnce again you can play the part of DynamoKid in this great platform game featuring colorful graphics, many cartoony and funny creatures to jump on and of course the simple gameplay that made the original such a hit.
Version restrictions:
- Ad-supported
Download (77.00KB)
Added: 2007-02-28 License: Freeware Price: FREE
975 downloads
Worldtime for Java 1.0.0
This midlet allow you to check the time for any location in the world. more>>
This midlet allow you to check the time for any location in the world.
System requirements:
- Java compatible
<<lessSystem requirements:
- Java compatible
Download (5.00KB)
Added: 2007-01-05 License: Freeware Price: FREE
1022 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 1.0 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