Shmuel,
Please check this link for a couple of simple samples
http://www.swixml.org/samples/index.html
I hope you'll find them helpful. Still, please let me know if you need
further assistance.
Wolf
Shmuel Cohen wrote:
I’m not sure how/where to implement my “ActionCommand” tag.
Say I have a menuitem “Exit” that includes the tag:
ActionCommand=”CloseApplication”…
In my .java file, how/where do I write the event handler, i.e.,
// this doesn’t work.
public void CloseApplication () {
System.exit(0);
}