我用的是JB2006,为什么有时候注释中的字数一多就会使其他部分产生错误,太奇怪了。有时再改改其他位置的注释的字数,这个错误就没了。经常遇到这种情况,哪位好心人帮帮我吧,谢谢

解决方案 »

  1.   

    字体改了一下但是没有起作用的。
    像public static void main(String[] args){
        WebBrowser webbrowser =new WebBrowser();
        webbrowser.setExitWhenLastWindowClosed(true);
        webbrowser.setSize(800,600);
        //webbrowser.setVisible(true);
        webbrowser.setVisible(true);
     }
    当不加那个注释行,就提示cannot find symbol etVisible...
    但是我明明写的是setVisible的
    真是郁闷阿