org.sourcejammer.client.gui
Class GJApp

java.lang.Object
  |
  +--org.sourcejammer.client.gui.GJApp

public class GJApp
extends java.lang.Object

Title: $FileName: GJApp.java$

Version:
$VerNum: 2$ $KeyWordsOff: $

Taken from Sun's Graphic Java 2 book.
Author:
$AuthorName: Rob MacGrogan$

Field Summary
private static javax.swing.JLabel status
           
private static javax.swing.JPanel statusArea
           
 
Constructor Summary
private GJApp()
           
 
Method Summary
static javax.swing.JPanel getStatusArea()
           
static void launch(javax.swing.JFrame f, java.lang.String title, int x, int y, int w, int h)
           
static void launch(javax.swing.JFrame f, java.lang.String title, java.awt.Rectangle bounds, boolean maximize)
           
static void showStatus(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

statusArea

private static javax.swing.JPanel statusArea

status

private static javax.swing.JLabel status
Constructor Detail

GJApp

private GJApp()
Method Detail

launch

public static void launch(javax.swing.JFrame f,
                          java.lang.String title,
                          int x,
                          int y,
                          int w,
                          int h)

launch

public static void launch(javax.swing.JFrame f,
                          java.lang.String title,
                          java.awt.Rectangle bounds,
                          boolean maximize)

getStatusArea

public static javax.swing.JPanel getStatusArea()

showStatus

public static void showStatus(java.lang.String s)


Copyright © 2003 Soucejammer project.