Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4131365

Trusted applets cannot access event queue

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 1.1.7
    • 1.1.6
    • tools
    • b01
    • x86, sparc
    • solaris_2.5.1, windows_95

      Trusted applets cannot access the AWT system event queue. (If this fix
      is made to sun.applet.AppletSecurity for 1.1.x, it should then be made
      to java.lang.SecurityManager for 1.2, I think.)

      This applet should be able to access the event queue when it's installed
      on the CLASSPATH (when it's a trusted applet):

      import java.awt.*;

      public class TestEventQueue extends java.applet.Applet {

      EventQueue eq;

          public void start() {
      System.out.println("start()");
      eq = Toolkit.getDefaultToolkit().getSystemEventQueue();
          }

      }

      <title>Test Event Queue</title>
      <h1>Test Event Queue</h1>
      <applet code=TestEventQueue.class width=100 height=100>
      </applet>


            claisunw Charlie Lai (Inactive)
            mmuellersunw Marianne Mueller (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: