On Thu, 15 Oct 1998, Jim Burmeister wrote:
> Swing button mnemonics work just fine for me, both in standalone buttons
> and menus. I've used them in my own code, and I also just checked the
> SwingSet demo and it works OK too. I did nothing special to set them up;
> pressing Alt+key has always
Hi,
Has anyone ever managed to get keyboard mnemonics working for JButtons
using Swing?
e.g.
OKButton.setMnemonic('o');
Under windows 95/8/NT, all of my code (including the SwingSet demo)
performs as expected, with the ALT key being used to activate the mnemonic
for both buttons and menu items
On Tue, 4 Aug 1998, Kurt Huwig wrote:
> The bug with Swing-Applications and Menu is still there; Menues overwrite the
> Menutitle until I move the whole window. This does not happen with 1.1.3, but
> happens with both kwm and twm.
Hi,
Just to confirm this, I can duplicate this bug when using kw