1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> 2 <html> 3 <head> 4 <title>FlowLayout Example</title> 5 </head> 6 <body bgColor=white> 7 <CENTER><FONT SIZE=4>FlowLayout Example</FONT><P> 8 <applet code="FlowLayout1.class" width=400 height=400> 9 </applet> 10 <P> 11 <a href="FlowLayout1.java">FlowLayout1.java</a> 12 </CENTER> 13 </body> 14 </html>