Class ButtonBarDemo

java.lang.Object
  |
  +--ButtonBarDemo

public class ButtonBarDemo
extends java.lang.Object
implements java.awt.event.ActionListener

Button bar demonstration class. Use this to demonstrate the TanButtonBar class. Usage: java ButtonBarDemo Button1 Button2 ... You are free to use this code and to make modifications provided this notice is retained.

If you found this useful, please add a note of acknowledgement to my guestbook. If you would like to report a bug or suggest some improvements, you are most welcome. I will be happy to help you use this piece of code.

Version:
1.00, 28th July, 1998
Author:
Tanmay K. Mohapatra

Constructor Summary
ButtonBarDemo()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
           
static void main(java.lang.String[] aArgs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ButtonBarDemo

public ButtonBarDemo()
Method Detail

main

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

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Specified by:
actionPerformed in interface java.awt.event.ActionListener