roomba.roombanetwork.services.startergui
Class ColorFinderServiceGUI

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

public class ColorFinderServiceGUI
extends java.lang.Object

Displays the configuration parameters for a Color Finder Service and initializes the color finder service

Author:
Drew Housten

Constructor Summary
ColorFinderServiceGUI()
           
 
Method Summary
 Service startService(java.lang.String serverAddress, javax.swing.JFrame parent)
          Displays the configuration parameters for a Color Finder Service and initializes the color finder service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorFinderServiceGUI

public ColorFinderServiceGUI()
Method Detail

startService

public Service startService(java.lang.String serverAddress,
                            javax.swing.JFrame parent)
Displays the configuration parameters for a Color Finder Service and initializes the color finder service

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