NSView requisites in java documentation
NSView requisites in java documentation
- Subject: NSView requisites in java documentation
- From: email@hidden
- Date: Sat, 1 Sep 2001 12:43:41 -0700
I am working with NSViews and other things as well that use NSRect and
things like it. I realized that it was a Java class and only in the Java
documentation. I don't know very much about Java at all and can't figure
out how to use NSRect in Objective-C without using a NSScreen's rect
method (the one that returns the size of the screen). All I want to do
is to be able to make a NSRect, initialize it with a certain size, and
use it in my application. I know it can be done.
-sam