Hi guys!
I'm working on the GdkColor class now.
what would happen if a new java-gnome developer looks through the code
and finds something like this?
(In the Color class)
public bolean equals(Color c){
...
}
Which class will the newbie should use?, java.awt.Color or
org.gnu.gdk.Color? see what I mean?
I think that the class names without the Gdk,... prefix can make the
code a bit complex.
I want to hear you opinions.
Thanks guys.
|