Click the button

Sample applet illustrating absolute positioning without layout manager.

The task here is to click on button. The applet rendering method will reposition the button every time mouse cursor is close enough.

You can click the button if you fast enough, because when cursor is inside the button, no mouse events will be generated on the applet.


Source code

RunningButton.java


The applet

ALT="Your browser understands the <APPLET> tag but isn't running the applet, for some reason." Your browser is ignoring the <APPLET> tag!