net.sourceforge.hivegui.component
Class ComponentTools

java.lang.Object
  extended by net.sourceforge.hivegui.component.ComponentTools

public class ComponentTools
extends java.lang.Object

Provides miscellaneous utility functions for handling Swing components. There is no need to instantiate this class since it only provides static methods.

Author:
Jean-Francois Poilpret

Constructor Summary
protected ComponentTools()
           
 
Method Summary
static void setMnemonic(javax.swing.AbstractButton component, java.lang.String label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentTools

protected ComponentTools()
Method Detail

setMnemonic

public static void setMnemonic(javax.swing.AbstractButton component,
                               java.lang.String label)