正在加载图片...
First Simple applet <html> <head> <title>Welcome Java Applet</title> </head> <body> <applet code =WelcomeApplet class width =350 height =200> </applet> </body </html> WelcomeApplet Run Applet Viewer Liang, Introduction to Java Programming, Sixth Edition, (c)2005 Pearson Education, Inc. All rights reserved. 0-13-148952-6Liang, Introduction to Java Programming, Sixth Edition, (c) 2005 Pearson Education, Inc. All rights reserved. 0-13-148952-6 5 First Simple Applet <html> <head> <title>Welcome Java Applet</title> </head> <body> <applet code = "WelcomeApplet.class" width = 350 height = 200> </applet> </body> </html> WelcomeApplet Run Applet Viewer
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有