View Single Post
  #1  
Old 08-28-2010, 10:10 PM
Java Java is offline
Senior Member
 
Join Date: Jun 2009
Posts: 8,402
Default Creating object through another object help

okay, I'm trying to create a new instance of SimpleCanvas through the FlagDrawer object. I need the SimpleCanvas to be scalable. I can only use the two instance variables and one constructor given to me. What I'm trying to do now is take the class instance variable (int) size and get that value...
__________________
Java
domain name forum
Reply With Quote