gui.dialog
Class PasswordContentPane.CapsLockAdapter

java.lang.Object
  extended by java.awt.event.KeyAdapter
      extended by gui.dialog.PasswordContentPane.CapsLockAdapter
All Implemented Interfaces:
java.awt.event.KeyListener, java.util.EventListener
Enclosing class:
PasswordContentPane

private class PasswordContentPane.CapsLockAdapter
extends java.awt.event.KeyAdapter

Shows a warning when the caps lock key is pressed while entering passwords. This does only work for JDKs >= 1.3


Field Summary
private  int m_messageID
           
 
Constructor Summary
private PasswordContentPane.CapsLockAdapter()
           
 
Method Summary
 void keyPressed(java.awt.event.KeyEvent a_event)
           
 
Methods inherited from class java.awt.event.KeyAdapter
keyReleased, keyTyped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_messageID

private int m_messageID
Constructor Detail

PasswordContentPane.CapsLockAdapter

private PasswordContentPane.CapsLockAdapter()
Method Detail

keyPressed

public void keyPressed(java.awt.event.KeyEvent a_event)
Specified by:
keyPressed in interface java.awt.event.KeyListener
Overrides:
keyPressed in class java.awt.event.KeyAdapter