Isn't there a way to use shortcuts in a FileChooser without pressing ALT + Key. Thanks. Reinaldo Cesar de Aguiar Silva Ciencia da Computacao - UFMG On Sat, 22 Sep 2001 [EMAIL PROTECTED] wrote: > Send Advanced-swing mailing list submissions to > [EMAIL PROTECTED] > > To subscribe or unsubscribe via the World Wide Web, visit > http://eos.dk/mailman/listinfo/advanced-swing > or, via email, send a message with subject or body 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Advanced-swing digest..." > > > Today's Topics: > > 1. Problem in JFileChooser (Samivelu, Srinivasan) > 2. Re: Problem in JFileChooser (Marijn H. van der Ploeg) > 3. RE: Problem in JFileChooser (Samivelu, Srinivasan) > 4. RE: Problem in JFileChooser (CLARK,RAND (HP-Roseville,ex1)) > > --__--__-- > > Message: 1 > From: "Samivelu, Srinivasan" <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: Problem in JFileChooser > Date: Fri, 21 Sep 2001 12:52:20 +0200 > > Dear All > > Is it possible to set the Mnemonic for the cancel button in > JFileChooser. Any workaround would be appreciated. > > Many thanks for your efforts. > > wkr, > > Srinivasan Samivelu > Software Development Engineer > > BarcoNet Private Limited. > Mailto:[EMAIL PROTECTED] > http://www.barconet.com > > > > --__--__-- > > Message: 2 > Reply-To: "Marijn H. van der Ploeg" <[EMAIL PROTECTED]> > From: "Marijn H. van der Ploeg" <[EMAIL PROTECTED]> > To: "Samivelu, Srinivasan" <[EMAIL PROTECTED]>, > <[EMAIL PROTECTED]> > Subject: Re: Problem in JFileChooser > Date: Fri, 21 Sep 2001 13:22:18 +0200 > Organization: HAN Dataport Benelux > > Hi, > > isn't that always <ESC>? > > > ----- Original Message ----- > From: "Samivelu, Srinivasan" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, September 21, 2001 12:52 PM > Subject: Problem in JFileChooser > > > : Dear All > : > : Is it possible to set the Mnemonic for the cancel button in > : JFileChooser. Any workaround would be appreciated. > : > : Many thanks for your efforts. > : > : wkr, > : > : Srinivasan Samivelu > : Software Development Engineer > : > : BarcoNet Private Limited. > : Mailto:[EMAIL PROTECTED] > : http://www.barconet.com > : > : > : _______________________________________________ > : Advanced-swing mailing list > : [EMAIL PROTECTED] > : http://eos.dk/mailman/listinfo/advanced-swing > : > : > > > > --__--__-- > > Message: 3 > From: "Samivelu, Srinivasan" <[EMAIL PROTECTED]> > To: "'Marijn H. van der Ploeg'" <[EMAIL PROTECTED]>, > "Samivelu, Srinivasan" <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > Subject: RE: Problem in JFileChooser > Date: Fri, 21 Sep 2001 13:27:00 +0200 > > Hi, > > I wanted to set the mnemonic of the Cancel button to 'L' from 'C'. Moreover > the <ESC> doesn't work. > Any code for customized filechooser or workaround would be appreciated. > > > > -----Original Message----- > From: Marijn H. van der Ploeg [mailto:[EMAIL PROTECTED]] > Sent: 21 September 2001 16:52 > To: Samivelu, Srinivasan; [EMAIL PROTECTED] > Subject: Re: Problem in JFileChooser > > > Hi, > > isn't that always <ESC>? > > > ----- Original Message ----- > From: "Samivelu, Srinivasan" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, September 21, 2001 12:52 PM > Subject: Problem in JFileChooser > > > : Dear All > : > : Is it possible to set the Mnemonic for the cancel button in > : JFileChooser. Any workaround would be appreciated. > : > : Many thanks for your efforts. > : > : wkr, > : > : Srinivasan Samivelu > : Software Development Engineer > : > : BarcoNet Private Limited. > : Mailto:[EMAIL PROTECTED] > : http://www.barconet.com > : > : > : _______________________________________________ > : Advanced-swing mailing list > : [EMAIL PROTECTED] > : http://eos.dk/mailman/listinfo/advanced-swing > : > : > > > --__--__-- > > Message: 4 > From: "CLARK,RAND (HP-Roseville,ex1)" <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: RE: Problem in JFileChooser > Date: Fri, 21 Sep 2001 08:40:08 -0700 > > I see "FileChooser.cancelButtonMnemonic" in > swing/plaf/basic/BasicLookAndFeel.java so I'm assuming you can use > > UIManager.put("FileChooser.cancelButtonMnemonic", new > Integer(KeyEvent.VK_L)). > > I'm assuming other L&Fs support this also, but don't know for sure. > > rand > > -------------------------------- > Rand Clark > Software Design Engineer > Transoft Networks > a Hewlett-Packard company > 805.883.4315 > [EMAIL PROTECTED] > -------------------------------- > > > >-----Original Message----- > >From: Samivelu, Srinivasan [mailto:[EMAIL PROTECTED]] > >Sent: Friday, September 21, 2001 4:27 AM > >To: 'Marijn H. van der Ploeg'; Samivelu, Srinivasan; > >[EMAIL PROTECTED] > >Subject: RE: Problem in JFileChooser > > > > > >Hi, > > > >I wanted to set the mnemonic of the Cancel button to 'L' from > >'C'. Moreover > >the <ESC> doesn't work. > >Any code for customized filechooser or workaround would be appreciated. > > > > > > > >-----Original Message----- > >From: Marijn H. van der Ploeg [mailto:[EMAIL PROTECTED]] > >Sent: 21 September 2001 16:52 > >To: Samivelu, Srinivasan; [EMAIL PROTECTED] > >Subject: Re: Problem in JFileChooser > > > > > >Hi, > > > >isn't that always <ESC>? > > > > > >----- Original Message ----- > >From: "Samivelu, Srinivasan" <[EMAIL PROTECTED]> > >To: <[EMAIL PROTECTED]> > >Sent: Friday, September 21, 2001 12:52 PM > >Subject: Problem in JFileChooser > > > > > >: Dear All > >: > >: Is it possible to set the Mnemonic for the cancel button in > >: JFileChooser. Any workaround would be appreciated. > >: > >: Many thanks for your efforts. > >: > >: wkr, > >: > >: Srinivasan Samivelu > >: Software Development Engineer > >: > >: BarcoNet Private Limited. > >: Mailto:[EMAIL PROTECTED] > >: http://www.barconet.com > >: > >: > >: _______________________________________________ > >: Advanced-swing mailing list > >: [EMAIL PROTECTED] > >: http://eos.dk/mailman/listinfo/advanced-swing > >: > >: > > > >_______________________________________________ > >Advanced-swing mailing list > >[EMAIL PROTECTED] > >http://eos.dk/mailman/listinfo/advanced-swing > > > > > --__--__-- > > _______________________________________________ > Advanced-swing mailing list > [EMAIL PROTECTED] > http://eos.dk/mailman/listinfo/advanced-swing > > > End of Advanced-swing Digest > _______________________________________________ Advanced-swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/advanced-swing
Re: Advanced-swing digest, Vol 1 #205 - 4 msgs
Reinaldo Cesar de Aguiar Silva Tue, 25 Sep 2001 11:04:59 -0700
