Search:

Type: Posts; User: JumpingUpAndDown

Search: Search took 0.11 seconds.

  1. Replies
    1
    Views
    883

    Lines in Graphics as an object?

    Are there any possibe way to create objects for Lines?
    Just like the:

    Rectangle rec = new Rectangle

    if there is... Please tell me how to (-:
  2. Replies
    3
    Views
    1,835

    Re: Cannot get Java to play a sound...

    Hmm, now it's not working again O.O

    It says:
    java.io.IOException: could not create AudioData object
    at sun.audio.AudioStream.getData(Unknown Source)
    at aa.music(aa.java:48)
    at...
  3. Replies
    3
    Views
    1,835

    Re: Cannot get Java to play a sound...

    Aaah, I solved it.
    Thanks for reminding me about the exception part :-)

    Kind,
    Regards Jump
  4. Replies
    3
    Views
    1,835

    Cannot get Java to play a sound...

    Here is the code... What is wrong? :-/


    public static void music() {
    AudioPlayer MGP = AudioPlayer.player;
    AudioStream BGM;
    AudioData MD;
    ContinuousAudioDataStream loop = null;
    ...
Results 1 to 4 of 4