Search:

Type: Posts; User: nageshvk

Search: Search took 0.10 seconds.

  1. Re: AWT EVent Queue Null Pointer Exception while using JRE 1.7.51 as IE browser JRE.

    Hi Norm,

    There was a similar thread which you replied for the issue.
    jre 7u45 Applet has an exception

    I am unable to produce same exception with a sample program. Could you please suggest a...
  2. Re: AWT EVent Queue Null Pointer Exception while using JRE 1.7.51 as IE browser JRE.

    Reason: This design will delay certain EDT actions until the main applet has painted itself for the first time.

    Paint method will never triggers SwingUtilities.invokeLater(runnable) line of...
  3. Re: AWT EVent Queue Null Pointer Exception while using JRE 1.7.51 as IE browser JRE.

    The initial value of _runnableList is empty. So Runnable object does not get invoked until the applet has painted itself for the first time. All Listener implementations accross the application calls...
  4. Re: AWT EVent Queue Null Pointer Exception while using JRE 1.7.51 as IE browser JRE.

    Hi Norm,

    As suggested I have tested the application. getCodeBase and getDocumentBase are not throwing NULL value. Please let me know how to proceed further.

    andbin~ Could you please suggest the...
  5. Re: AWT EVent Queue Null Pointer Exception while using JRE 1.7.51 as IE browser JRE.

    Hi,

    You mean calling invokeLater through paint is causing this NullPointerException? If yes, How it is working fine with JRE 1.7.17 and below versions?
    Regards
    Nagesh
  6. Re: AWT EVent Queue Null Pointer Exception while using JRE 1.7.51 as IE browser JRE.

    They are constructing the URL
    URL fullURL = new URL(getCodeBase(), relativeURL);
    // Cause the current document to navigate to this new URL
    getAppletContext().showDocument(fullURL);

    I will put...
  7. Re: AWT EVent Queue Null Pointer Exception while using JRE 1.7.51 as IE browser JRE.

    Yes it is using both the methods.
  8. Re: AWT EVent Queue Null Pointer Exception while using JRE 1.7.51 as IE browser JRE.

    Hi, Thanks for the quick reply. I can not sent SSCCE as it is a huge project.
    As i posted earlier, Java Web Start loads the Applet in IE browser with SWINGS components as menu bar. When i choose a...
  9. AWT EVent Queue Null Pointer Exception while using JRE 1.7.51 as IE browser JRE.

    Hi All,

    My web application will load an applet with SWING components (Menu bar) on successful login to application.

    Once page is loaded, i choose a menu item from the menu bar and click on it....
Results 1 to 9 of 9