Re: improving Java Applet performance ...Knute Johnson wrote: ... noticeable delay between the time the page loads and the applet ... I looked at this page with FF3 and IE7, neither gave any warnings or were slow. ... For the FF problem, while the applet is open, double click on the Java icon in your system and check the version. ... (comp.lang.java.programmer)
Re: How to display Slight problem with code Attention Knute ... > Sun. Poking around the huge (and growing Java API) is a major task ... > Java is my retirement hobby and I will persevere. ... from Sun....Knute Johnson... (comp.lang.java.help)
Re: How do you execute a JAR file? ...java -jar GUI.jar ...Knute Johnson... remains unnamed by NetBeans, however, when it "jars" up the Main-Class... need to recompile and re jar it. ... (comp.lang.java.help)
Re: How do you execute a JAR file? ...java -jar GUI.jar ...Knute Johnson...email s/nospam/knute/Do you have a package problem? ... need to recompile and re jar it. ... (comp.lang.java.help)
Re: How do you execute a JAR file? ...java -jar GUI.jar ...Knute Johnson... remains unnamed by NetBeans, however, when it "jars" up the Main-Class becomes "GUI.IconMaker". ... You need to put it all in the default package or IconMaker needs to be in the GUI package. ... (comp.lang.java.help)