Class JPUI

java.lang.Object
  extended byJPUI

public class JPUI
extends java.lang.Object

The one and only main program class. Builds the model, the views, and lays out the GUI.


Constructor Summary
JPUI()
           
 
Method Summary
static javax.swing.JPanel getContentPanel()
           
static javax.swing.JFrame getFrame()
           
static void main(java.lang.String[] oArgs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPUI

public JPUI()
Method Detail

getContentPanel

public static javax.swing.JPanel getContentPanel()
Returns:
javax.swing.JPanel

getFrame

public static javax.swing.JFrame getFrame()
Returns:
javax.swing.JFrame

main

public static void main(java.lang.String[] oArgs)
Parameters:
oArgs - arguments to main


Copyright © 2003-2004 . All Rights Reserved.