Mercurial > hg > jslab
diff examples/gui/awt/light2.html @ 1:5df24c91468d
Oh my what a mess.
author | samer |
---|---|
date | Fri, 05 Apr 2019 16:26:00 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/gui/awt/light2.html Fri Apr 05 16:26:00 2019 +0100 @@ -0,0 +1,33 @@ +<head> +<title>Test Applet</title> +<link rel=stylesheet type="text/css" href="../styles/base.css"> +</head> +<style> + body { background: #404060; color: #f0f0f0; font-family: "Verdana" } + h1 { font: bold italic; color: #48d } + applet { width: 60%; height: 60%; margin: 2em; + } + +</style> + +<body> +<p> +<title>Lightweight Components</title> +<h1>a test applet</h1> +<p> +This is blah blah +<br> +<center> +<applet code=LightS> + <param name=font-size value=18> + <param name=foreground value=#90b0f0> + <param name=background value=#000000> + <param name=pagebg value=#404060> + <param name=borderType value=rounded> + <param name=borderWidth value=2> + <param name=corner value=24> + <param name=border value=#f0f0f0> + <param name=padding value=6> +</applet> +</center> +<body>