| Version 2 (modified by mikel, 5 years ago) |
|---|
Building the User Interface
The next step in creating a Lisp version of the currency converter application is to construct the user interface. Apple's tutorial describes in detail how to do this.
Apple's Tutorial
Apple's tutorial explains how to use InterfaceBuilder to create the user interface, and how to use XCode to create project files and write Objective-C code. Our project uses Lisp instead of Objective-C, and does not use XCode project files, so you can skip the part of Apple's tutorial that explains how to use XCode.
Attachments
-
finder-win1.jpg
(98.5 KB) - added by mikel
5 years ago.
Finder location of InterfaceBuilder
-
ibwin-leopard1.jpg
(64.0 KB) - added by mikel
5 years ago.
InterfaceBuilder's starting dialog
-
ibwin-leopard2.jpg
(59.5 KB) - added by mikel
5 years ago.
A new InterfaceBuilder project window
