Building Memory… Day 3 – November 17, 2006
Two options to make Game graphical Game should extend some graphical component to allow us to put it on the frame Game could contain some graphical components and would provide a way to display them on the frame.
Which one to pick? What if we pick incorrectly? What are the strengths and weaknesses of each choice? How long do we spend thinking about our choice?
Let’s vote Choice 1 was the winner So Game extends a Graphical Component – we picked a Column
Now what? What do we put in a column? A card! –What is a card? –It’s a graphic, well maybe a compound graphic, well maybe an image – a cse115.graphics.Image
Problem! Images need a DrawingCanvas Put on drawing canvas and run – still a problem!