agjava
Class AGSatellite

java.lang.Object
  |
  +--java.awt.Component
        |
        +--java.awt.Container
              |
              +--java.awt.Window
                    |
                    +--java.awt.Frame
                          |
                          +--javax.swing.JFrame
                                |
                                +--agjava.AGSatellite
Direct Known Subclasses:
startConnection

public class AGSatellite
extends javax.swing.JFrame
implements java.awt.event.ActionListener

See Also:
Serialized Form

Field Summary
static javax.swing.JMenuItem aboutMenu
           
static agRecvPacket agRecv
           
static java.lang.String AGVERSION
           
static javax.swing.JMenuItem beosMenu
           
static java.lang.String configFile
           
static javax.swing.JMenuItem configMenu
           
static javax.swing.JButton connButton
           
static boolean connecting
           
static javax.swing.JMenuItem connectMenu
           
static boolean DEBUG
           
static javax.swing.JMenuItem exitMenu
           
static boolean fixedSrv
           
static javax.swing.JFrame frame
           
static java.lang.String Host
           
static java.lang.String hostReply
           
static javax.swing.JMenuItem kunMenu
           
static javax.swing.JMenuItem metalMenu
           
static javax.swing.JMenuItem motifMenu
           
static Network Net
           
static java.lang.String Password
           
static int Port
           
static java.lang.String s
           
static boolean showDEBUG
           
static boolean showWindow
           
static TransferPanel transferPanel
           
static boolean useMeta
           
static java.lang.String Userid
           
static java.lang.String VERSION
           
static javax.swing.JMenuItem windowsMenu
           
 
Fields inherited from class java.awt.Frame
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR
 
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 
Constructor Summary
AGSatellite()
           
AGSatellite(int x)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent actionevent)
           
static void DEBUG(java.lang.String msg)
           
static void Disconnect()
           
static java.lang.String getINI(java.lang.String key)
           
static java.lang.String getINI(java.lang.String key, java.lang.String def)
           
static java.net.URL getResource(java.lang.String s)
           
 void initialize()
           
 void initializeMenu()
           
static void main(java.lang.String[] args)
           
static void pause(long millis)
           
static void reloadINI()
           
static int reset()
           
static void saveINI()
           
 void say(java.lang.String s)
           
static void setDefault()
           
static void setINI(java.lang.String key, java.lang.String value)
           
static void setStatus(java.lang.String s)
           
 
Methods inherited from class javax.swing.JFrame
getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getJMenuBar, getLayeredPane, getRootPane, remove, setContentPane, setDefaultCloseOperation, setGlassPane, setJMenuBar, setLayeredPane, setLayout, update
 
Methods inherited from class java.awt.Frame
addNotify, getCursorType, getFrames, getIconImage, getMenuBar, getState, getTitle, isResizable, remove, removeNotify, setCursor, setIconImage, setMenuBar, setResizable, setState, setTitle
 
Methods inherited from class java.awt.Window
addWindowListener, applyResourceBundle, applyResourceBundle, dispose, getFocusOwner, getInputContext, getLocale, getOwnedWindows, getOwner, getToolkit, getWarningString, hide, isShowing, pack, postEvent, removeWindowListener, setCursor, show, toBack, toFront
 
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getInsets, getLayout, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, remove, removeAll, removeContainerListener, setFont, validate
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addPropertyChangeListener, addPropertyChangeListener, bounds, checkImage, checkImage, contains, contains, createImage, createImage, disable, dispatchEvent, enable, enable, enableInputMethods, getBackground, getBounds, getBounds, getColorModel, getComponentOrientation, getCursor, getDropTarget, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getInputMethodRequests, getLocation, getLocation, getLocationOnScreen, getName, getParent, getPeer, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isDisplayable, isDoubleBuffered, isEnabled, isFocusTraversable, isLightweight, isOpaque, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, removeComponentListener, removeFocusListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setDropTarget, setEnabled, setForeground, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, size, toString, transferFocus
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

frame

public static javax.swing.JFrame frame

transferPanel

public static TransferPanel transferPanel

fixedSrv

public static boolean fixedSrv

connecting

public static boolean connecting

showDEBUG

public static boolean showDEBUG

DEBUG

public static boolean DEBUG

Userid

public static java.lang.String Userid

Password

public static java.lang.String Password

hostReply

public static java.lang.String hostReply

s

public static java.lang.String s

Host

public static java.lang.String Host

Port

public static int Port

useMeta

public static boolean useMeta

showWindow

public static boolean showWindow

Net

public static Network Net

connectMenu

public static javax.swing.JMenuItem connectMenu

exitMenu

public static javax.swing.JMenuItem exitMenu

configMenu

public static javax.swing.JMenuItem configMenu

aboutMenu

public static javax.swing.JMenuItem aboutMenu

beosMenu

public static javax.swing.JMenuItem beosMenu

metalMenu

public static javax.swing.JMenuItem metalMenu

motifMenu

public static javax.swing.JMenuItem motifMenu

windowsMenu

public static javax.swing.JMenuItem windowsMenu

kunMenu

public static javax.swing.JMenuItem kunMenu

connButton

public static javax.swing.JButton connButton

agRecv

public static agRecvPacket agRecv

AGVERSION

public static final java.lang.String AGVERSION

VERSION

public static final java.lang.String VERSION

configFile

public static java.lang.String configFile
Constructor Detail

AGSatellite

public AGSatellite()

AGSatellite

public AGSatellite(int x)
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception

initializeMenu

public void initializeMenu()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent actionevent)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

say

public void say(java.lang.String s)

initialize

public void initialize()

Disconnect

public static void Disconnect()

setStatus

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

DEBUG

public static void DEBUG(java.lang.String msg)

pause

public static void pause(long millis)

setDefault

public static void setDefault()

setINI

public static void setINI(java.lang.String key,
                          java.lang.String value)

getINI

public static java.lang.String getINI(java.lang.String key,
                                      java.lang.String def)

getINI

public static java.lang.String getINI(java.lang.String key)

saveINI

public static void saveINI()

reloadINI

public static void reloadINI()

reset

public static int reset()

getResource

public static final java.net.URL getResource(java.lang.String s)