KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > apple > cocoa > application > NSApplication


1 package com.apple.cocoa.application;
2
3 public class NSApplication extends NSResponder
4 {
5     public static native NSApplication sharedApplication();
6     public native void setServicesProvider(Object JavaDoc o);
7     public native void setDelegate(Object JavaDoc o);
8 }
9
Popular Tags