Applet Loader

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Wayne Gibson

    #1

    Applet Loader

    Hi,
    Was wondering if somebody could help..

    I have a semi-large applet that I want to show the progress of whilst it's
    being loaded and need to cater for the users running the JDK 1.1 runtime.

    Any samples or references?

    Thanks

    Wayne Gibson


  • IchBin

    #2
    Re: Applet Loader

    Wayne Gibson wrote:[color=blue]
    > Hi,
    > Was wondering if somebody could help..
    >
    > I have a semi-large applet that I want to show the progress of whilst it's
    > being loaded and need to cater for the users running the JDK 1.1 runtime.
    >
    > Any samples or references?
    >
    > Thanks
    >
    > Wayne Gibson
    >
    >[/color]

    Article 'How to do a fast Splash Screen in Java'




    --

    Thanks in Advance...
    IchBin, Pocono Lake, Pa, USA

    _______________ _______________ _______________ _______________ ______________

    'If there is one, Knowledge is the "Fountain of Youth"'
    -William E. Taylor, Regular Guy (1952-)

    Comment

    • Wayne Gibson

      #3
      Re: Applet Loader

      > Article 'How to do a fast Splash Screen in Java'[color=blue]
      > http://www.randelshofer.ch/oop/javas...avasplash.html[/color]

      Thanks for the link. I might be able to use some of the information on this
      site.
      But it mainly refers to application and not Applets :(

      Thanks again


      Comment

      • IchBin

        #4
        Re: Applet Loader

        Wayne Gibson wrote:[color=blue][color=green]
        >> Article 'How to do a fast Splash Screen in Java'
        >> http://www.randelshofer.ch/oop/javas...avasplash.html[/color]
        >
        > Thanks for the link. I might be able to use some of the information on this
        > site.
        > But it mainly refers to application and not Applets :(
        >
        > Thanks again
        >
        >[/color]
        Should be no problem to convert to an applet...

        --

        Thanks in Advance...
        IchBin, Pocono Lake, Pa, USA

        _______________ _______________ _______________ _______________ ______________

        'If there is one, Knowledge is the "Fountain of Youth"'
        -William E. Taylor, Regular Guy (1952-)

        Comment

        Working...