Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java SE 综合讨论区  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 applet & ie6???
daywalker

daywalker



发贴: 36
积分: 10
于 2003-04-10 09:57 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
有一个java小程序
/*
* Applet1c.java
*
* 2002/02/12
*/
// <applet code=Applet1c width=100 height=50>
// </applet>
package com.arscgis.zhx;

import javax.swing.*;
import java.awt.*;
import java.awt.event.*;

public class Applet1c extends JApplet{
  JLabel theLabel=new JLabel("Applet!");

  public void init(){
    Container cp=getContentPane();
    cp.setLayout(new FlowLayout());
    cp.add(theLabel);
    cp.add(new JButton("the button!"));
  }

  public static void main(String[] args){
    Applet1c myApplet=new Applet1c();

    JFrame myFrame=new JFrame("Applet1c");

    myFrame.addWindowListener(new WindowAdapter(){
      public void windowClosing(WindowEvent e){
        System.exit(0);
      }
    });

    myFrame.getContentPane().add(myApplet);
    myFrame.setSize(100,50);
    myApplet.init();
    myApplet.start();
    myFrame.setVisible(true);
  }
}
编译之后
加入html页面
<html>
<head>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body bgcolor="#FFFFFF" text="#000000">

<applet code=com.arscgis.zhx.Applet1c.class
width=550 height=306>
</applet>
</body>
</html>
用ie6浏览时总是只出现一个灰色的框, 没有反应
不知道是什么原因,
机器环境window2K(sp3)中文版, ie6(sp1), j2sdk-1_4_1_02-windows-i586




为什么这个Applet不能在浏览器显示啊?

话题树型展开
人气 标题 作者 字数 发贴时间
5285 applet & ie6??? daywalker 1231 2003-04-10 09:57
4313 Re:applet & ie6??? jiangns3000 256 2003-04-10 10:33
4497 Re:applet & ie6??? daywalker 1675 2003-04-10 17:23
4317 Re:applet & ie6??? jiangns3000 486 2003-04-10 20:12
4232 Re:applet & ie6??? jiangns3000 125 2003-04-10 20:25
4334 Re:applet & ie6??? daywalker 51 2003-04-11 10:29
4232 Re:applet & ie6??? kociwa 85 2003-04-13 14:37
4191 Re:applet & ie6??? jiangns3000 75 2003-04-13 15:03
4324 Re:applet & ie6??? kociwa 6 2003-04-14 17:59

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923