previous
|
start
|
next
Litmus Test
Can add border to Swing component
Border b = new EtchedBorder()
component.setBorder(b);
Undeniably decorative
Is it an example of D
ECORATOR
?
previous
|
start
|
next