nanomunchers.ui
Class GraphEditor

java.lang.Object
  extended bynanomunchers.ui.GraphEditor

public class GraphEditor
extends java.lang.Object

The Outer shell of the GraphEditor.

Author:
David Kaplin

Constructor Summary
GraphEditor(java.awt.Frame previous, heurgame.ui.builder.ComponentOrientedBuilder cBuilder)
          Creates a new GraphEditor
 
Method Summary
 void show()
          Does a little more than the standard show method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphEditor

public GraphEditor(java.awt.Frame previous,
                   heurgame.ui.builder.ComponentOrientedBuilder cBuilder)
Creates a new GraphEditor

Parameters:
previous - Window to be closed when this one opens
cBuilder - used to extract the correct sort of widgets
Method Detail

show

public void show()
Does a little more than the standard show method. Hides the parent and centers this window.