You'll have to turn on JavaScript support to try this lesson.
// === J a v a L e s s o n s . c o m ===
// Copyright (c) 2000-2006 S.E.M.M. (NL)
// Author : Paul Hamaker. All rights reserved.
public void paint ( java.awt.Graphics gr )
gr.drawString ( "Seeing is believing", 25, 75 );
gr.drawRect ( 0, 0, 299, 199 );
//////// Simplest.html ///////////////