Hi Jan,
NetBeans has a GUI builder and works very well on Mac OS X.
You can create your own JavaBeans and add them as components to the toolbar
in the GUI editor. Once they have been added, they integrate into the IDE
as seamlessly as the AWT and Swing JavaBeans do that come with the JDK.
All you have to do, is to create a BeanInfo class for your bean and configure
it properly (in most cases you have to either specify that your bean is not
a container, or you have to indicate which child of the bean acts as a container).
Make sure, that your bean and your bean info is compiled, then use the pop
up menu, to add it to the toolbar.
-Werner
Jan Erik Moström wrote:
>This is probably a stupid question but please ... have pity with me :-)
>
>I've been asked to show how JavaBeans and a GUI builder works together but
>my
>problem is that I'm old-fashioned (and don't do much Java development) so
>I
>use BBEdit and javac.
>
>In other words I don't know anything about graphical GUI builders for Java,
>I
>looked at some of the various Java IDE (Eclipse, JGrasp, NetBeans, DrJava)
>but none of them seem to a GUI builder that runs on a Mac.
>
>Am I missing something completely? Can anyone give me an advise what to
use?
>
>I tried downloading Bean Builder from Sun but it didn't work.
>
> jem
>--
>Jan Erik Moström www.mostrom.pp.se
> _______________________________________________
>Do not post admin requests to the list. They will be ignored.
>Java-dev mailing list (email@hidden)
>Help/Unsubscribe/Update your Subscription:
>http://lists.apple.com/mailman/options/java-dev/email@hidden
>
>This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden
References:
>GUI Editor (From: Jan Erik Moström <email@hidden>)