Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > it.comp.java > #8501

Re: creare menù nascosto

X-Received by 10.50.50.179 with SMTP id d19mr4787151igo.6.1441136592789; Tue, 01 Sep 2015 12:43:12 -0700 (PDT)
X-Received by 10.182.44.163 with SMTP id f3mr474957obm.7.1441136592768; Tue, 01 Sep 2015 12:43:12 -0700 (PDT)
Path csiph.com!xmission!news.glorb.com!kq10no202909igb.0!news-out.google.com!f6ni12074igi.0!nntp.google.com!kq10no202904igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups it.comp.java
Date Tue, 1 Sep 2015 12:43:11 -0700 (PDT)
In-Reply-To <ms2ce2$sfe$1@speranza.aioe.org>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=93.47.88.57; posting-account=FclJSAoAAACn-RZGAvKnlbfmwgZ04l3z
NNTP-Posting-Host 93.47.88.57
References <ms2ce2$sfe$1@speranza.aioe.org>
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <a80171be-1ede-4d10-82c8-2964f1627a2d@googlegroups.com> (permalink)
Subject Re: creare menù nascosto
From robertorosso1990@gmail.com
Injection-Date Tue, 01 Sep 2015 19:43:12 +0000
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
Xref csiph.com it.comp.java:8501

Show key headers only | View raw


F3 compare un menů di servizio.
> 
> Come si fa a realizzare tale artificio?


Puoi usare anche una combinazione di tasti per far comparire un menù,usando le api  key bindings , esempio con CTRL+L fai comparire un menù creato ma impostato invisibile: 

 nascostoMenu.getInputMap().put(KeyStroke.getKeyStroke('L', KeyEvent.CTRL_DOWN_MASK), "segreto");
         
         nascostoMenu.getActionMap().put("segreto",segreto);

secretAction.addActionListener(new ActionListener() {
            public void actionPerformed(ActionEvent arg0) {
                menùdanascondere.setVisible(true);
               
            }
        });

Back to it.comp.java | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

creare menù nascosto "Nando" <peppapig@alice.it> - 2015-08-31 22:11 +0200
  Re: creare menù nascosto Cicap <forzatonino@gmail.com> - 2015-09-01 05:33 -0700
    Re: creare menù nascosto "Nando" <peppapig@alice.it> - 2015-09-01 19:38 +0200
      Re: creare menù nascosto 4ndre4 <a.laforgia@gmail.com> - 2015-09-02 01:27 -0700
  Re: creare menù nascosto robertorosso1990@gmail.com - 2015-09-01 12:43 -0700
  Re: creare menù nascosto "Federico" <scipionelafricano@tim.it> - 2015-10-03 19:38 +0200

csiph-web