Print to the screen
System.out.println
False
The ball class uses doubles for xPos and yPos because
you want more precision
The type of code that allows for choice
Put windows back to default view
Reset Perspective
Object to use to get input
Scanner
Input is based on what data type
int
Player is instantiated how many times
2
Used to hold a value
Variable
Little red x on the left side of code
Indicates error
Code for selection
if else
T or F: Indentation is NOT very important
False
Input implements what interface
KeyListener
Code that initializes variables in a class
Constructor
Export
Loop when you know how many times
What method call is used to keep the game going
What is the object that opens a graphics window?
JFrame
Used to hold a list of values
Array
Console
while
What code do you need everytime you offer a choice?
choice = getInput(n);
The method that is called to see if the ball bounces off the paddle(Player)?
checkCollision(Player player);
Variable to hold a true or false value
boolean
Package Explorer