/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package biasa;
/**
*
* @author My Computer
*/
import java.awt.*;
import java.applet.*;
import java.util.*;
public class breakout extends Applet implements Runnable{
int ballCnt = 3;
int pauseValue = 20;
int ballVelY = 6;
int ballVelX = ballVelY;
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package biasa;
/**
*
* @author My Computer
*/
import java.awt.*;
import java.applet.*;
import java.util.*;
public class breakout extends Applet implements Runnable{
int ballCnt = 3;
int pauseValue = 20;
int ballVelY = 6;
int ballVelX = ballVelY;