roomba.roombanetwork.services.startergui
Class ImageViewerServiceGUI

java.lang.Object
  extended by roomba.roombanetwork.services.startergui.ImageViewerServiceGUI

public class ImageViewerServiceGUI
extends java.lang.Object

Displays the configuration parameters for an Image Viewer Service and initializes the viewer

Author:
Drew Housten

Constructor Summary
ImageViewerServiceGUI()
           
 
Method Summary
 Service startService(java.lang.String serverAddress, javax.swing.JFrame parent)
          Displays the configuration parameters for an Image Service and initializes an image service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageViewerServiceGUI

public ImageViewerServiceGUI()
Method Detail

startService

public Service startService(java.lang.String serverAddress,
                            javax.swing.JFrame parent)
Displays the configuration parameters for an Image Service and initializes an image service

Parameters:
serverAddress - The host address that the RNS is running on
parent - The parent GUI frame
Returns:
the created Service information