Search:

Type: Posts; User: GMPoison

Search: Search took 0.07 seconds.

  1. Re: Balloon Applet Help [Simple for non-novice]

    Fixed it, the problem was here:


    public void doincreaseWidth(){

    displayWidth += 25;
    boundX = displayWidth - 25;

    }
    public void dodecreaseWidth(){
  2. Re: Balloon Applet Help [Simple for non-novice]

    Same program, different problem. Another thing I noticed is that when you increase or decrease the width or height, and you try and re center the balloon with the center button, the balloon is...
  3. Balloon Applet Help [Simple for non-novice]

    The applet allows you to move the balloon in a few directions, keeping the string in the bottom middle of the screen, which works fine. The problem started when I implimented the increase...
Results 1 to 3 of 3