Search:

Type: Posts; User: Jumbosize

Search: Search took 0.10 seconds.

  1. Replies
    0
    Views
    1,036

    Help with cloning objects

    Hello all, I have run into a bit of a dilemma in my program with regards to proper application of object cloning.

    So here's what I am trying to make happen: I'm developing a small level editor for...
  2. Eclipse seems to be slowing down my projects

    Alright, this story is a bit of a lengthy one but I'll try to make it as short and sweet as possible:

    I've been developing a small indie game for quite some time now using the eclipse IDE and the...
  3. Replies
    4
    Views
    1,453

    Re: Help with passing arrays as arguments

    Thank you! I don't think I would have guessed that on my own, I appreciate it.
  4. Replies
    4
    Views
    1,453

    Help with passing arrays as arguments

    Hello, I have come across a small dilemma. I am having trouble passing an array as an argument without first assigning it to a variable. I have a constructor that takes one of argument of a String...
  5. Re: I'm looking for a website where I could upload an applet for free.

    Oh my goodness, I am terribly sorry for not responding after you fellows have tried so hard to help me. You see I was without internet for a few days after posting my last message, and after that I...
  6. Re: I'm looking for a website where I could upload an applet for free.

    Alright, well thanks for the help anyways. I'll keep looking around.
  7. Re: I'm looking for a website where I could upload an applet for free.

    Well the website I'm using (Static Void Games) doesn't actually take an htm/html from the uploader, it seems to creates its own using information you provide (width, height, main Class).
    I only used...
  8. Re: I'm looking for a website where I could upload an applet for free.

    Well actually the .htm is inside of the jar file, but this jar was the only file used.

    And I'll be completely honest, I have absolutely no idea what that last question you asked even means. I'm...
  9. Re: I'm looking for a website where I could upload an applet for free.

    Yes, all of the files were in the jar file and when I use my .html file all of the graphics/images load up just fine and dandy. No, there were no error messages.
  10. Re: I'm looking for a website where I could upload an applet for free.

    Yes, that is EXACTLY the kind of site that I'm looking for! But I have a problem... I uploaded my incomplete game (Greg Apple) to the site and it appears that the image/audio files do not work. The...
  11. I'm looking for a website where I could upload an applet for free.

    Does a website like this exist? What I mean is sort the thing that sites like photobucket would do for pictures, but for java applets. I've been looking around a bit but I can't seem to find any...
  12. Replies
    1
    Views
    1,228

    Re: Help with initializing Lists

    You know what, I answered my own question actually. I took a look through one of my old textbooks and found out you need to import java.util.*. Also my format for initilization is all wrong too. I...
  13. Replies
    1
    Views
    1,228

    Help with initializing Lists

    So I know this is a really basic question but... I couldn't find an answer anywhere online. I'm trying to initialize a List with the following line of code:

    List<String> messages = ArrayList();
    ...
  14. What is the easiest way to change a single character in a string?

    Hi, I have a simple question regarding Strings. I'm working on a short program that will require me to remove a single character from a string and replace it with another character, if that makes...
  15. Replies
    2
    Views
    1,166

    help with distributing my applet

    Sorry if this is in the wrong section, it was the only place where this really seemed to fit.

    So I was able to upload my very, very simple applet on to a webpage so that I would be able to show it...
  16. Re: Help with adding multiple images to an application

    Thank you yet again! I was able to fix up my code and it now does exactly what I want. I can't thank you enough for all of your help. I really appreciate everything that you have done for me.
  17. Re: Help with adding multiple images to an application

    Ah, thank you very much Norm. I took your advice and added a second argument to the constructor so it is now able to load two different images at once. However, I have a new problem. I started...
  18. Re: Help with adding multiple images to an application

    Actually I'm not getting any errors, it just plain will not display the second image file. My problem is that i just can't figure out how to make it display that image. Sorry if I was unclear.
  19. Re: Help with adding multiple images to an application

    Thanks man, I fixed the OP now.

    But back to the original question... does anybody have a fix for me?
  20. Help with adding multiple images to an application

    I have the following code that I found on the web and modified to my likings:


    import java.awt.*;
    import java.awt.image.BufferedImage;
    import java.io.*;
    import javax.imageio.ImageIO;
    import...
Results 1 to 20 of 20