Elements. Build native projects for any modern development platform, using the language(s) of your choice. Oxygene (Object Pascal), C#, Swift, Java, Go. | RemObjects Software

Documents

Language: Iodine, Platform: Toffee, Category: macOS
https://github.com/remobjects/ElementsSamples/tree/master/Iodine/Toffee/macOS/Documents

AppDelegate.java

package Documents;

import AppKit.*;

@NSApplicationMain @IBObject class AppDelegate implements INSApplicationDelegate {

	public void applicationDidFinishLaunching(NSNotification notification) {

	}

}