performancemonster.presentation.mainwindow
Class MainWindow

java.lang.Object
  extended by performancemonster.presentation.mainwindow.MainWindow

public class MainWindow
extends java.lang.Object


Constructor Summary
MainWindow(GraphModel model)
           
 
Method Summary
 void createAndShowGUI()
          Create the GUI and show it.
 javax.swing.JFrame getJFrame()
           
 boolean isFrozen()
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainWindow

public MainWindow(GraphModel model)
Method Detail

createAndShowGUI

public void createAndShowGUI()
Create the GUI and show it. For thread safety, this method should be invoked from the event-dispatching thread.


getJFrame

public javax.swing.JFrame getJFrame()

update

public void update()

isFrozen

public boolean isFrozen()


Copyright © 2005 Ole Friis. All Rights Reserved.