Search:

Type: Posts; User: Marcus

Search: Search took 0.12 seconds.

  1. Replies
    0
    Views
    2,329

    Audioclip play makes applets slow

    Hi there,

    As soon as I call play for an Audioclip, my applet slows down a lot. I know that the audio isn't loaded until it's played for the first time, but that's not the problem in this case. As...
  2. Replies
    7
    Views
    2,584

    Re: Unreachable statements

    Well, actually I've written a programming language that creates windows applications. I'm now working on a version of the compiler that creates Java applets instead. I know it's probably not of any...
  3. Replies
    7
    Views
    2,584

    Re: Unreachable statements

    During the creation of a program I can see plenty of good reasons for temporarily wanting to have unreachable code. You may for example want to switch off large parts of a function with a simple...
  4. Replies
    7
    Views
    2,584

    Unreachable statements

    Is it somehow possible to make the compiler not to care about unreachable statements? Wouldn't a warning be enough?

    Best regards
    Marcus
  5. Replies
    4
    Views
    2,479

    Re: Funny NullPointerException

    Well, I found some more:

    network: Cachepost not found [webbadress: http://www.naalaa.com/javatest$Dummy.class, version: null]
    network: Connecting http://www.naalaa.com/javatest$Dummy.class with...
  6. Replies
    4
    Views
    2,479

    Re: Funny NullPointerException

    Hi,

    The full stack trace says:

    java.lang.NullPointerException
    at sun.plugin2.applet.Plugin2Manager.findAppletJDKLevel(Unknown Source)
    at...
  7. Replies
    4
    Views
    2,479

    Re: Funny NullPointerException

    Just so that you don't think I'm a complete muppet ...

    The actual applet (not the dummy-version I just posted to show what goes wrong) is produced by my own little programming language (see link:...
  8. Replies
    4
    Views
    2,479

    Funny NullPointerException

    Hi,

    Sorry for my bad english - I'm a Swede.

    I've written a pretty large Java Applet that runs fine with the appletviewer and in any browser if I run it from disc. But when I've uploaded it to...
Results 1 to 8 of 8