|
|
|
This page is the index for the applets I have created.
You may need to mouse under the title of each applet to get them to load on each
page below.
Access the applets by clicking the links below, or by
going to the index, further below:
CPT12 Applets
CPT23 Applets: 1 | 2
Freehand Applets
Mathematical Applets
Accidental Art Applet
Number Generator Applets: 1 | 2
| Applet name and URL | Screenshot - the pictures below are non-interactable |
|
Password Checker This applet asks you to input a password, then checks it to make sure it is correct. The password you enter is "masked" so nobody can see it. The password is "Password String". (note capitalisation) |
![]() |
|
Cursor Follower This applet draws a circle around your cursor, and follows the cursor around on the screen. The circle disappears when your mouse leaves the applet box. I also added two lines that intersect over the cursor. |
![]() |
|
Cursor Odometer This applet "counts" the distance that your cursor moves around the screen. |
![]() |
|
Objective This is the first applet I wrote. This applet reads in pixel co-ordinates from an applet parameter, then draws the links between them on the screen, to form a picture. |
![]() |
| Applet Name and URL | Screenshot - the pictures below are non-interactable |
|
Paint This applet allows you to draw shapes on a canvas. |
![]() |
|
Logo Language Drawing Program This is a simplified version of the Logo drawing language. The radio buttons on the left are to select a command. The controls in the middle are used to select the relevant options for the current command. Only one control is accessible per command. Go adds the command to the canvas, and Reset clears the canvas. |
![]() |
|
Trafic Light This applet shows a traffic light that changes colour, in order green -> yellow -> red -> green, when the "change" button is pressed. |
![]() |
|
Window Creator This applet allows you to automatically create a small, blank window with the background colour you select. The applet keeps track of the number of windows created of each colour. |
![]() |
| Applet Name and URL | Screenshot - the pictures below are non-interactable |
|
Reaction Tester This applet tests your reaction skills. |
|
|
Cleanser This application is a fun joke. It doesn't have any actual use. |
![]() |
|
Go/No Go Lights This applet toggles between a "¯", and an "´" when you click change. This is similar to the "allowed lane access" lights on the Sydney Harbour Bridge. |
![]() |
| Applet Name and URL | Screenshot - the pictures below are non-interactable |
|
Fibbonacci Generator This applet dislays the fibonacci sequence. The fibonacci sequence is a series of nambers, where each nuber is the last two numbers added together. 0 1 = 0 + 1 2 = 1 + 1 3 = 1 + 2 5 = 2 + 3 the sum of the last two 8 = 5 + 3 the sum of the last two. |
![]() |
|
Sierpinski Triangle Fractal Generator This applet generates the Sierpinski fractal. |
![]() |
|
Quadratic Equations Solver When you enter a Quadratic equation in to this applet, it will find the two solutions for x. You can find more information here. |
![]() |