| Author |
overriding help
|
Rob Michaelson
Ranch Hand
Joined: Jul 15, 2003
Posts: 36
|
|
Hello, I need to overide the AViewA (differnet class than the one below called MyScene) with get and set Color> (public Color getColor() ) and >(public void setColor(Color c)). Thanks Rob I am not sure how it works or where to put it
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24081
|
|
Note that I have no idea whatsoever what "dlibrary.AViewA" is, although I don't think I need to to answer this. Right before the closing brace, you want to have something like You don't say -why- you want to override these methods, so I can't tell you what to put in place of the "// More code here" comments, but it's a start.
|
[Jess in Action][AskingGoodQuestions]
|
 |
Rob Michaelson
Ranch Hand
Joined: Jul 15, 2003
Posts: 36
|
|
Thank you for your reply! AViewA is a typo sorry would my own code be something like changing the ARectangle or ARectangle.setColor (rgb); ?? Rob
|
 |
Rob Michaelson
Ranch Hand
Joined: Jul 15, 2003
Posts: 36
|
|
Hello again so far I have this override: Any help would be greatly appreciated Rob
|
 |
 |
|
|
subject: overriding help
|
|
|