I'm attempting to go through the Vermont Recipes tutorials for Cocoa.
I'm using Java.
I've managed to get most of the thing working (after struggling with
NSDictionary's differences from the Objective-C version), but in step 7
is
[[self windowControllers] makeObjectsPerformSelector:
@selector(documentDidRevert)];
which ought to translate to
this.windowControllers().makeObjectsPerformSelector(new
NSSelector("documentDidRevert"));
However, there is no NSArray method makeObjectsPerformSelector.
How does one send a message to an array of objects, in Java? Is this an
oversight in the Java bindings, or am I missing something?
------------
David Dunham <dunham...>
http://www.pensee.com/dunham/
“No matter how far you have gone on a wrong road, turn back.” - Turkish
proverb