org.tbee.swing
Class ShortCutVisualizer

java.lang.Object
  extended by org.tbee.swing.ShortCutVisualizer

public class ShortCutVisualizer
extends java.lang.Object

This class installs key listeners onto a TextComponent (e.g. JTextField) and shows in text the keys pressed. For example "Shift+Home" when shift and home are pressed simultaniously.

Version:
$Revision: 1.1 $

Constructor Summary
ShortCutVisualizer()
           
 
Method Summary
static void install(javax.swing.text.JTextComponent tf)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShortCutVisualizer

public ShortCutVisualizer()
Method Detail

install

public static void install(javax.swing.text.JTextComponent tf)

main

public static void main(java.lang.String[] args)


Copyright © 2010. All Rights Reserved.