Hi,
Im trying to open a NIB file from Java but calling an Objective-C
class that is the NIB controller.
I've tried:
AppController a = new AppController();
NSApplication.loadNibNamed("Graphics", a);
Where AppController is my Objective-C class and 'Graphics' is my NIB
file name. Its giving me a 'cannot find symbol' error.
Any ideas how i can do this??
Thanks,
Jeff
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden