呵呵,jbuilder是基于JDK1。2。
所以IE5不支持,你得下一个SUN的插件。

解决方案 »

  1.   

    他又没用swing,不需要插件的。
      

  2.   

    我不知道JB还有快的时候!!
    我用JB2写的程序,启动就花了好几分钟!!!(win98)如果你觉得太快,9成9是没有运行或出错。
      

  3.   

    为什么一运行时,现在是提示该错误:applet not intialized?
      

  4.   

    try{Thread.current().sleep(10*1000)}
    catch(InterruptedException e){}
      

  5.   

    Have you compiled mywork.java and get mywork.class ?
    I can compile your code and get right result!
    But , by the way you made a mistake to use this:
    for (int x = 0 ; x < size().height ; x++)
          {
            g.drawString("欢迎来到Java世界!", 10, x*15);
          }
    Some output will not be visible.