agjava
Class AGSatellite

java.lang.Object
  |
  +--java.awt.Component
        |
        +--java.awt.Container
              |
              +--java.awt.Window
                    |
                    +--java.awt.Frame
                          |
                          +--javax.swing.JFrame
                                |
                                +--agjava.AGSatellite
All Implemented Interfaces:
javax.accessibility.Accessible, java.awt.event.ActionListener, java.util.EventListener, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
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 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 TransferPanel transferPanel
           
static boolean useMeta
           
static java.lang.String Userid
           
static java.lang.String VERSION
           
static javax.swing.JMenuItem windowsMenu
           
 
Fields inherited from class javax.swing.JFrame
EXIT_ON_CLOSE
 
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
 
Fields inherited from interface javax.swing.WindowConstants
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
AGSatellite()
           
AGSatellite(int x)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent actionevent)
           
static void DEBUG(java.lang.String msg)
           
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 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, getGraphicsConfiguration, getInputContext, getListeners, 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, addHierarchyBoundsListener, addHierarchyListener, 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, removeHierarchyBoundsListener, removeHierarchyListener, 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
 
Methods inherited from interface java.awt.MenuContainer
getFont, postEvent
 

Field Detail

aboutMenu

public static javax.swing.JMenuItem aboutMenu

agRecv

public static agRecvPacket agRecv

AGVERSION

public static final java.lang.String AGVERSION

beosMenu

public static javax.swing.JMenuItem beosMenu

configMenu

public static javax.swing.JMenuItem configMenu

connButton

public static javax.swing.JButton connButton

connecting

public static boolean connecting

connectMenu

public static javax.swing.JMenuItem connectMenu

DEBUG

public static boolean DEBUG

exitMenu

public static javax.swing.JMenuItem exitMenu

fixedSrv

public static boolean fixedSrv

frame

public static javax.swing.JFrame frame

Host

public static java.lang.String Host

hostReply

public static java.lang.String hostReply

kunMenu

public static javax.swing.JMenuItem kunMenu

metalMenu

public static javax.swing.JMenuItem metalMenu

motifMenu

public static javax.swing.JMenuItem motifMenu

Net

public static Network Net

Password

public static java.lang.String Password

Port

public static int Port

s

public static java.lang.String s

showDEBUG

public static boolean showDEBUG

transferPanel

public static TransferPanel transferPanel

useMeta

public static boolean useMeta

Userid

public static java.lang.String Userid

VERSION

public static final java.lang.String VERSION

windowsMenu

public static javax.swing.JMenuItem windowsMenu
Constructor Detail

AGSatellite

public AGSatellite()

AGSatellite

public AGSatellite(int x)
Method Detail

actionPerformed

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

DEBUG

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

getINI

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

getINI

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

getResource

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

initialize

public void initialize()

initializeMenu

public void initializeMenu()

main

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

reloadINI

public static void reloadINI()

reset

public static int reset()

saveINI

public static void saveINI()

say

public void say(java.lang.String s)

setDefault

public static void setDefault()

setINI

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

setStatus

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