Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

AboutDialog.java

Go to the documentation of this file.
00001 
00066 package com.arcle.rmt.superwaba;
00067 import waba.ui.Window;
00068 import waba.ui.MessageBox;
00069 
00075 public class AboutDialog {
00076     public static void show() {
00077         String aboutMsg =
00078             "Rambutan 0.1-alpha3|" +
00079             "Copyright(C) Sasmito Adibowo, 2003|" +
00080             "Created with SuperWaba|" +
00081             "http://www.superwaba.org";
00082 
00083         Window.getTopMost().popupModal(new MessageBox("About",aboutMsg));
00084     }
00085 }

Generated on Fri Jun 18 19:50:23 2004 for Arcle Rambutan by doxygen 1.3.5