calling next file, problem on display()
hi,
iam doing an application in midlet, in that i want to call another file in same package using the constructor of that class. It is invoking the class, but the display(), and displayable() methods are not working and showing the errors.
lcdui.Displayable.*; imported and, Display object created like Display d;
what is the problem?
how to rectify ?

