Re: Newbie question
Re: Newbie question
- Subject: Re: Newbie question
- From: Larry Fransson <email@hidden>
- Date: Thu, 27 May 2004 14:25:35 -0700
On May 27, 2004, at 06:48, Federico Abascal wrote:
I'm working on a java application and I'm new to Mac and to XCode. I
have created an XCode Swing Application project, but I don't find how
to design graphically the application (you know: dragging a button
here, a menu over there, etc)... isn't it possible in XCode??
Xcode doesn't do interfaces. Interface Builder does that. It's in the
same directory as Xcode. But that's only if you're using Cocoa or
Cocoa-Java. If you're using pure Java (AWT/Swing), you'll have to code
the interface by hand.
Larry Fransson
Seattle, WA
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.