roomba.roombanetwork.services.startergui
Class ImageServiceGUI

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

public class ImageServiceGUI
extends java.lang.Object

Displays the configuration parameters for an Image Service and initializes an image service

Author:
Drew Housten

Constructor Summary
ImageServiceGUI()
           
 
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

ImageServiceGUI

public ImageServiceGUI()
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