Opening Multiple NIb but with Java referencing Objective-C
Opening Multiple NIb but with Java referencing Objective-C
- Subject: Opening Multiple NIb but with Java referencing Objective-C
- From: Jeffers <email@hidden>
- Date: Mon, 21 Aug 2006 15:29:57 +0100
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.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden