-----Mensagem original-----
De: Mail Administrator <[EMAIL PROTECTED]>
Para: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Data: Segunda-feira, 26 de Julho de 1999 17:35
Assunto: Mail System Error - Returned Mail


This Message was undeliverable due to the following reason:

Sorry, you aren't allowed to post to this mailing list.


Please reply to [EMAIL PROTECTED]
if you feel this message to be in error.







This Message was undeliverable due to the following reason:

Sorry, you aren't allowed to post to this mailing list.


Please reply to [EMAIL PROTECTED]
if you feel this message to be in error.




This Message was undeliverable due to the following reason:

Sorry, you aren't allowed to post to this mailing list.


Please reply to [EMAIL PROTECTED]
if you feel this message to be in error.



        Caro Marco,

        O Metodo que conheco e'

   void botaoConfirma_mouseClicked(MouseEvent evt)
   {
      if(evt.getModifiers() == InputEvent.BUTTON1_MASK) // Verifica se e' o
botao esquerdo do mouse
      {
         this.dispose();
      }
   }

    Presumo que voce ja' saiba usar o evento do botao, mas caso ainda nao o
tenha feito,  nao esqueca de adicionar o listener em seu codigo:


      botaoConfirma.addMouseListener(new java.awt.event.MouseAdapter()
      {

         public void mouseClicked(MouseEvent evt)
         {
            cmdConfirma_mouseClicked(evt);
         }
      });

*______________________*
*   "Another aswer Luelson"    *
*______________________*
    -----Mensagem original-----
    De: Marco <[EMAIL PROTECTED]>
    Para: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
    Data: Segunda-feira, 26 de Julho de 1999 14:59
    Assunto: Fechar janela


    Caros colegas,
    Estou iniciando em java e me deparei com um probleminha: Preciso fechar
uma janela de um aplicativo, ao clicar do "X". Poderiam me ajudar?
    Agrade�o antecipadamente,

    Marco
    Microsoft Certified Professional
    Politec / ANATEL - 0xx61 972-0637






Responder a