RE: [Java-gnome-developer] java-gnome tutorial
Brought to you by:
afcowie
|
From: Jeffrey M. <Jef...@Br...> - 2001-12-10 13:27:06
|
The entire code for Forth.java is located in the
src/examples/tutorial directory. I didn't include
all of the code in the tutorial for brevity sake.
-Jeff
> I am just looking throught the tutorial, and i am slightly
> confused by the
> example in chapter 5. Fourth.java repeatedly includes the
> following method
> calls:
>
> setDefaultValues(hscale);
>
> and
>
> GtkMenuItem item = makeMenuItem("Top",
> "posMenuSelect",
> new
> Integer(GtkPositionType._TOP));
>
> i do not see setDefaultValues() or makeMenuItem() defined
> anywhere. I am very
> tired - am i being stupid? I Hope not :(
>
>
>
>
> _______________________________________________
> java-gnome-developer mailing list
> jav...@li...
> https://lists.sourceforge.net/lists/listinfo/java-gnome-developer
>
|