Load « Applet « Java Swing Q&A





1. Load CML file in applet    stackoverflow.com

I am developing a Chemical Editor and I am facing few problems. 1) I want to load applet with CML data - like we can load applet with .mol file E.G.:-

mview_begin("../../../..",470,445);  ...

2. Problem in Image Loading in Swing Applet    coderanch.com

I have a swing applet that loads image files through ImageIcon("xxx.gif"). It works fine with appletviewer of Kawa and Visual Cafe (even it works fine with netscape when called from local harddisk). Problem started when I put my applet into Apache (and also WebSite) webserver. Initially got a security exception not having permission to read files (though these are server-side files ...

3. How to load webpages with help of Applets    coderanch.com

There are 2 applets , a1 & b1. These 2 applets are in two different html files for ex a1.html contains applet a1 and b1.html contains applet b1. Applet a1 has a button labeled "Go To b1" and Applet b1 contains button labeled "Go To a1". The location of applet classess and html files containing the applets is C:\Applet What I ...

4. swing applet not loading in browser    coderanch.com

5. loading a JApplet in a frameset    coderanch.com

We have a project that starts in an html frameset. One of the frames calls a jsp page. The jsp page loads a (swing) applet. We are using the sun 1.3.1 applet plug-in. The problem is that, although it works fine for people using IE 5.0, the applet will not load for people using IE 5.5 as long as it is ...

6. Can not load JApplet in HTML    coderanch.com

7. Message : Loading Java Applet ...    coderanch.com

8. How to load image into my applet    coderanch.com

I have create an applet that launches a Frame and have not had a problem until I tried to add images to it. The images are on my web site, and I get a message excess denied. This is how part of the code looks private Image myImage;//Defined before the constructor of my class Toolkit kit = getDefaultToolkit(); myImage = kit.getImage("mywebaddress/filename"); ...

9. JApplet + "loading Applet" message    coderanch.com





10. Problem Loading Image in Applet    coderanch.com

Howdy all, I've run into a snag with a pretty trivial applet. The applet adds an extended Canvas, whose constructor loads an image. My code works just fine under Win NT and appletviewer - the canvas draws the image as expected. The problem I encounter is with Win 98. When I load the applet on that platform, the canvas only draws ...

11. Blinking effect not visible when loading the applet thr' the browser.    coderanch.com

Heyy thanx John. Well yea wht you said is right. I am using jdk version 1.2.2 with java plugin version 1.3.1_10 for IE browser. I can see all the other icons but these two are giving me some problems. Using the renderer I am displaying these two icons but does not reflect me of any change. Thanx. Regards, - Neha......

12. Applet Loading + AccessControlException    coderanch.com