Applet JMenuItem Mnemonic + Accelerator Keys dont function
From: Marcel van Gellekom (marcelvg_at_gmx.de)
Date: 11/29/03
- Next message: mhk: "importing class without package in JSP ?"
- Previous message: Bruno Beloff: "Tomcat JDBC Realm Authentication Bug with MySQL?"
- Next in thread: Luc Van Bogaert: "Re: Applet JMenuItem Mnemonic + Accelerator Keys dont function"
- Reply: Luc Van Bogaert: "Re: Applet JMenuItem Mnemonic + Accelerator Keys dont function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 29 Nov 2003 00:16:43 +0100
hi,
im starting new with applets and with my first menu, i seem i cannot
get the menu keys working.
i declare my Applet class "extends Applet implements ActionListener
{.." as i did with my former JFrame class, create my menu as usual and
implement "public void actionPerformed(ActionEvent e) {..".
but no accelerator key seems to work not even the menu pops up so the
mnemonic keys don't work either. i have the bad feeling i have
misunderstood some general difference between an applet window and a
jframe windows .. or i'm missing some other important grasp on
applets.
can anybody help me out plz :).
thx & greetz
marcel
- Next message: mhk: "importing class without package in JSP ?"
- Previous message: Bruno Beloff: "Tomcat JDBC Realm Authentication Bug with MySQL?"
- Next in thread: Luc Van Bogaert: "Re: Applet JMenuItem Mnemonic + Accelerator Keys dont function"
- Reply: Luc Van Bogaert: "Re: Applet JMenuItem Mnemonic + Accelerator Keys dont function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|