Church-Markov-Turing Thesis
Any nontrivial computer language that one can invent is apparently
capable of computing no more and no fewer functions that all the other
nontrivial programming languages.
Covered part of Java lets you solve all kinds of algorithms
5. Graphics, Classes, and Objects
A Touch of Graphics (By Example)
Canvas class
Graphics class
pixels
Coordinates
Graphics Methods
void drawLine(int x1, int y1, int x2, int y2)
void drawRect(int x, int y, int width, int height)
void drawOval(int x, int y, int width, int height)