[Menu]>[Java Programming]>[Production samples by JDK1.0]


Jumping letter Applet





This applet is the applet that the letter moves while jumping.
It is the transformation of "Scroll letters Applet" that I am introducing in other pages.

The height of the letter in the time that jumps calculates with "Law of the Newton".
The height of the letter calculates with the following expression.

The height of the letter = ( Initial velocity x second ) - ( 5 x second2 )

The function is as follows.

The plural letter group is produced designated.
After the display of one group ended the next group is displayed.
The color of the letter is able to select random color designation
and fixation color designation.
( In the case of fixation color,
it is possible designated the color with the parameter )
The size of the letter is possible designated.
The font of the letter is possible designated.
The style of the letter is possible designated.
Display speed is possible designated. ( Five stepping )
The color of the background is possible designated.
The initial velocity that jumps is possible designated.

The following thing is fixation.
If the source program is changed, it is able to change.
The initial velocity decrease value
( Proportion that becomes low of the height of jump )
for each jump fixes to 3.

The size of Bounder.class becames 4.83KB.

Designated method in HTML

Source program list





The source program list can utilize by copying to notepad etc.

Copy method