| CIT 591 Third Quiz Fall 2001, Dave Matuszek |
Name __________________________________________
|
Layout is described by each of the following?
| You can put up to five components in it: BorderLayout |
| You specify how many rows and columns it has: GridLayout |
You add components to the NORTH, EAST, etc.:
BorderLayout |
| Components are made as small as possible: FlowLayout |
| Arrangement of components depends on size of the container: FlowLayout |
Component (capitalization must be
correct).implements an interface, what are
you promising that the class will do?Model.turn(Model.N, 4)
?ch is a char, the following statement is syntactically
incorrect because the expression on the right yields an int,
not a char. Fix the statement. Do not put in additional
statements that I did not ask for. ch = ch
+ 1;37 % 2 1 |
n + 5 > n true |
(int) 12.98 12 |
2 + 2 == 4 ? 'a' : 'b' 'a' |
10 << 2 40 |
w = 3 3
(or 3.0) |
System.out.println to get the string
representation of objects?