Re: Cocoa classes -> Java?
Re: Cocoa classes -> Java?
- Subject: Re: Cocoa classes -> Java?
- From: Andreas Monitzer <email@hidden>
- Date: Tue, 15 Jan 2008 16:16:16 +0100
On Jan 15, 2008, at 16:09, Patrick M wrote:
Pure Java *was* possible for NSStatusItem but the official Apple
bridge is
now deprecated, though this other bridge that someone mentioned
might solve
that problem.
Right now there is no other bridge, just JNI.
Is this also true for PrefPane? Is it possible to use a pure Java
class to
create a PrefPane bundle? I am just curious at this point, it would
still be
deprecated now, if it was ever possible.
Yes, it was possible. In fact, the original System Preferences
application and its panes were written in Java, and later ported to
Objective C.
The Java Bridge allowed seamlessly subclassing Objective C classes, it
was very nice while it lasted.
andy
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden