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.