java.lang.Object
|
+--javax.swing.AbstractAction
|
+--javax.swing.text.TextAction
|
+--javax.swing.text.StyledEditorKit.StyledTextAction
|
+--javax.swing.text.StyledEditorKit.ForegroundAction
ForegroundAction(java.lang.String nm, java.awt.Color fg)Constructor ForegroundAction |
void | actionPerformed(java.awt.event.ActionEvent event)actionPerformed |
public ForegroundAction(java.lang.String nm, java.awt.Color fg)nm - TODOfg - TODOpublic void actionPerformed(java.awt.event.ActionEvent event)event - TODO