aspose file tools
The moose likes Beginning Java and the fly likes overriding help Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "overriding help" Watch "overriding help" New topic
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: 24061
    
  13

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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: overriding help
 
Similar Threads
Why does it not show the new coordinates?!!??!!
identifier expected
Problems moving shapes when set up own Shapes class extending Path2D.Double
Multithreading: bouncing balls problem
Graphics and JVMs