org.apache.fop.render.awt.viewer

Class PreviewDialogAboutBox

Implemented Interfaces:
ActionListener

public class PreviewDialogAboutBox
extends Dialog
implements ActionListener

AWT Viewer's "About" dialog. Originally contributed by: Juergen Verwohlt: Juergen.Verwohlt@jCatalog.com, Rainer Steinkuhle: Rainer.Steinkuhle@jCatalog.com, Stanislav Gorkhover: Stanislav.Gorkhover@jCatalog.com

Constructor Summary

PreviewDialogAboutBox(Frame parent, Translator translator)
Creates modal "About" dialog, attached to a given parent frame.

Method Summary

void
actionPerformed(ActionEvent e)
protected void
processWindowEvent(WindowEvent e)

Constructor Details

PreviewDialogAboutBox

public PreviewDialogAboutBox(Frame parent,
                             Translator translator)
Creates modal "About" dialog, attached to a given parent frame.
Parameters:
parent - parent frame
translator - Translator for localization

Method Details

actionPerformed

public void actionPerformed(ActionEvent e)
See Also:
java.awt.event.ActionListener.actionPerformed(ActionEvent)

processWindowEvent

protected void processWindowEvent(WindowEvent e)
See Also:
java.awt.Window.processWindowEvent(WindowEvent)

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.