org.primordion.xholon.io
Class About

java.lang.Object
  extended byorg.primordion.xholon.io.About
All Implemented Interfaces:
IAbout

public class About
extends java.lang.Object
implements IAbout

Display brief information about Xholon and the current Xholon application.

Since:
0.5 (Created on November 29, 2006)
Author:
Ken Webb

Constructor Summary
About()
           
 
Method Summary
 void about(java.lang.String title, java.lang.String text, int width, int height)
          Display information about the application.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

About

public About()
Method Detail

about

public void about(java.lang.String title,
                  java.lang.String text,
                  int width,
                  int height)
Description copied from interface: IAbout
Display information about the application.

Specified by:
about in interface IAbout
Parameters:
title - The JFrame title.
text - The text to display within the JTextArea.
width - The width of the JTextArea.
height - The height of the JTextArea.