discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cocoa Java -> GNUStep Java?


From: Nicola Pero
Subject: Re: Cocoa Java -> GNUStep Java?
Date: Fri, 26 Oct 2001 11:06:02 +0100 (BST)

> It is a document based application using two nib files. Everything is
> in java. Oh - and I use a NSComboBox which (I think) is pretty new,
> and an NSToolbar.
> 
> How easy would this be? I suspect the nibs are the worst bit, but I'd
> also like an idea how JIGs and Apple's java-objc bridge compare.

well, nibs are difficult to port and we don't have an NSToolbar (but you
could write one and contribute it if you want ...) - about JIGS, well it's
sort of untested with the gui library - wrappings for most classes are
missing ... but they are very easy to add, you just add the classes and
methods to the .jigs file and JIGS does the rest.

the only real `stopping' problem I might see is if you are say subclassing
NSView to draw your own custom view in your own way ... because
inter-language subclassing (eg subclassing an ObjC class in Java) has
quite some problems - it has never been really finished/fixed - mostly
because it's not trivial and I've never really needed it.  it's the most
outstanding missing feature of JIGS - so if you are using it as a
fundamental part of your app, that might be a very serious problem.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]