Mercurial > hg > jslab
comparison examples/gui/awt/light.html @ 1:5df24c91468d
Oh my what a mess.
author | samer |
---|---|
date | Fri, 05 Apr 2019 16:26:00 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:bf79fb79ee13 | 1:5df24c91468d |
---|---|
1 <head> | |
2 <title>Test Applet</title> | |
3 <link rel=stylesheet type="text/css" href="../styles/base.css"> | |
4 </head> | |
5 <style> | |
6 body { background: #404060; color: #f0f0f0; font-family: "Verdana" } | |
7 h1 { font: bold italic; color: #48d } | |
8 applet { width: 60%; height: 60%; margin: 2em; | |
9 } | |
10 | |
11 </style> | |
12 | |
13 <body> | |
14 <p> | |
15 <title>Lightweight Components</title> | |
16 <h1>a test applet</h1> | |
17 <p> | |
18 This is blah blah | |
19 <br> | |
20 <center> | |
21 <applet code=Light> | |
22 <param name=font-size value=18> | |
23 <param name=foreground value=#90b0f0> | |
24 <param name=background value=#000000> | |
25 <param name=pagebg value=#404060> | |
26 <param name=borderType value=rounded> | |
27 <param name=borderWidth value=2> | |
28 <param name=corner value=24> | |
29 <param name=border value=#f0f0f0> | |
30 <param name=padding value=6> | |
31 </applet> | |
32 </center> | |
33 <body> |