Applet Not Inited

From: Alan (algatt_at_onvol.net)
Date: 04/27/04


Date: 27 Apr 2004 07:03:56 -0700

Hi,
 I have a problem with Swing. I create my applet and everything works,
however when I try to show an image, an error message will show
'Applet Not Inited'. In the applet viewer it works fine, but in IE6 it
won't work. Here is a simple version of my code.

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

public class Test extends JApplet
{
        public void init()
        {
                Container contentPane = getContentPane();
                contentPane.setLayout(new FlowLayout());

                JLabel picture = new JLabel("Hello",new
ImageIcon("images/pizza.jpg"),JLabel.CENTER);
                contentPane.add(picture);
        }
}

Thanks



Relevant Pages

  • Re: Cant Add or Remove Programs from Control Panel
    ... it's only the Add or Remove Programs applet. ... Also found an error message "Code: ... There is also an application error event added to Event Viewer with ... "Faulting application rundll32.exe, version 5.1.2600.2180, faulting module ...
    (microsoft.public.windowsxp.general)
  • Re: java detection test on a webpage with applet
    ... dependant on the selected lanugage (small php inclusion). ... the applet cannot be displayed in this browser. ... no paragraph appeared and there was no error message. ...
    (comp.lang.java.help)
  • Applet xxxApplet notinitiated
    ... lunch it from the Web Server I got this error message: Applet ... When I look to the Java console I've find this message: ...
    (comp.lang.java.help)
  • Re: Finding Error in Applet.
    ... I my hang I presume you mean freeze up without error message. ... I can only use the applet ... As it has to take data from Server after loading using ...
    (comp.lang.java.programmer)
  • RMI question - VMID
    ... I have a very simple applet that uses RMI as follows:- ... When the HTML is invoked I get the following error message in the Java ... other machines there is just the error message [in the Java console] with no ... having to do either download the full Java plugin - i.e. only download ...
    (comp.lang.java.programmer)