Search:

Type: Posts; User: NuclearCherry

Search: Search took 0.19 seconds.

  1. Making a JPanel opaque, but showing paintComponent contents?

    In my Independent Study class, I'm working on making a 2d scrolling platform game with my classmate. We're just starting out on this project and we think it'll be a huge help with learning to use the...
  2. Replies
    3
    Views
    2,011

    Image Not Showing...

    So I was following a tutorial on ZetCode.com for creating basic animations (in this case, an animated star image on a black background). However, over the past few days of working with Swing, I've...
  3. Replies
    4
    Views
    1,028

    Re: Swing EventHandler Problem...

    No, no. I just didn't understand how the importing works. The program works perfectly now, though. Thanks!
  4. Replies
    4
    Views
    1,028

    Re: Swing EventHandler Problem...

    Oh sorry, I thought that I mentioned it. It wasn't recognizing the event (when I hit enter in a text field, it wouldn't display the message) however, I found out what was wrong. I had to import...
  5. Replies
    4
    Views
    1,028

    Swing EventHandler Problem...

    I just recently got into coding and running applications using Java's Swing. While trying to get Event Handling and ActionListeners and whatnot to work, I ran into a problem and I cannot for the life...
  6. Replies
    1
    Views
    982

    Is there an easy way to save data?

    In school, I'm taking a java independent study course, so all of the software downloading and whatnot is managed by the network technician. All that I have access to is iTerm on a mac, which has a...
  7. Replies
    3
    Views
    1,113

    Re: StringIndexOutOfBounds exception

    Awesome, thanks! That fixed my issue there. However, I've run into another issue with my code that I need a bit of help with if anybody can provide it. I've been having a recurring issue with my code...
  8. Replies
    3
    Views
    1,113

    StringIndexOutOfBounds exception

    I'm trying to make a program that analyzers strings for certain pieces of information such as the length of the string, the number of vowels, and the number of words. However, while trying to analyze...
Results 1 to 8 of 8