<!-- This example is from the book _JavaScript: The Definitive Guide_. --> <!-- Written by David Flanagan. Copyright (c) 1996 O'Reilly & Associates. --> <!-- This example is provided WITHOUT WARRANTY either expressed or implied.--> <!-- You may study, use, modify, and distribute it for any purpose. --> <SCRIPT> var f =index.html new java.awt.Frame("Hello World"); var ta = new java.awt.TextArea("hello, world", 5, 20); f.add("Center", ta); f.pack(); f.show(); </SCRIPT>
file: /Techref/language/JAVA/script/definitive/examples/19.1.txt, 0KB, , updated: 1997/4/4 10:59, local time: 2024/11/19 20:42,
3.15.146.43:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/techref/language/JAVA/script/definitive/examples/19.1.txt"> language JAVA script definitive examples 19</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.