hades.models.pic
Class ShowPic2.SimpleHelpListener

java.lang.Object
  extended byhades.models.pic.ShowPic2.SimpleHelpListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
ShowPic2

class ShowPic2.SimpleHelpListener
extends java.lang.Object
implements java.awt.event.ActionListener

inner class to display a simple (=ASCII only) help text based on jfig.gui.JTextViewer


Constructor Summary
ShowPic2.SimpleHelpListener(java.lang.String s)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowPic2.SimpleHelpListener

public ShowPic2.SimpleHelpListener(java.lang.String s)
Method Detail

actionPerformed

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