Re: [digester] setting mnemonic on a jmenu

2005-11-02 Thread Simon Kitching
You're welcome. And thanks for your reply; it's always nice to hear when a suggestion worked out. Cheers, Simon On Tue, 2005-11-01 at 09:58 -0800, Dmitry Beransky wrote: Thanks, Simon Using CallMethodRule worked. I did trying using it before posting my question, but somehow I couldn't

Re: [digester] setting mnemonic on a jmenu

2005-11-01 Thread Dmitry Beransky
Thanks, Simon Using CallMethodRule worked. I did trying using it before posting my question, but somehow I couldn't get it to work on the first try. At 02:48 PM 10/28/2005, you wrote: The CallMethodRule variant that takes an explicit list of parameter types can then be used to set the

Re: [digester] setting mnemonic on a jmenu

2005-10-28 Thread Simon Kitching
On Thu, 2005-10-27 at 13:05 -0700, Dmitry Beransky wrote: Hi, I'm using the digester to build a swing menu from an xml descriptor and having a hard time getting JMenu.setMnemonic to work. Here's an XML sample: menuBar menu title=File hotKey=F/ /menuBar and Digester rules:

[digester] setting mnemonic on a jmenu

2005-10-27 Thread Dmitry Beransky
Hi, I'm using the digester to build a swing menu from an xml descriptor and having a hard time getting JMenu.setMnemonic to work. Here's an XML sample: menuBar menu title=File hotKey=F/ /menuBar and Digester rules: digester.addObjectCreate(menuBar, JMenuBar.class);