Re: Custom View Class
Re: Custom View Class
- Subject: Re: Custom View Class
- From: Christophe Dore <email@hidden>
- Date: Mon, 21 Jan 2002 12:24:39 +0100
I used to have that kind of message when the package was not set properly.
vaibhaw kumar shende wrote:
hi everybody,
i am able to build and run a cocoa application which
has few text fields and a little logic.
but when i get include a custom class i am not able
to build ,i get an error which says duplicate class .
can u guys help me. this is the log of the errors i get
TemperatureConverter.java:23: <identifier> expected
tempImage.tempDidChange(fahrenheit.intValue());//
added this
^
TemperatureConverter.java:6: duplicate class:
TemperatureConverter
public class TemperatureConverter {
^
TempImageView.java:6: duplicate class:
TempImageView
public class TempImageView extends
NSImageView {
^
TemperatureConverter.java:23: cannot resolve
symbol
symbol : class tempDidChange
location: package tempImage
Thanks in advance
Vaibhaw
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.