org.primordion.xholon.io
Interface IAbout

All Known Implementing Classes:
About

public interface IAbout

Display brief information about Xholon and the current Xholon application.

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

Method Summary
 void about(java.lang.String title, java.lang.String text, int width, int height)
          Display information about the application.
 

Method Detail

about

public void about(java.lang.String title,
                  java.lang.String text,
                  int width,
                  int height)
Display information about the application.

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.