performancemonster.presentation.overview
Class MonsterGUI

java.lang.Object
  extended by performancemonster.presentation.overview.MonsterGUI

public class MonsterGUI
extends java.lang.Object


Constructor Summary
MonsterGUI(performancemonster.presentation.overview.impl.Model model)
           
 
Method Summary
 void createAndShowGUI()
          Create the GUI and show it.
 boolean isFrozen()
           
static void main(java.lang.String[] args)
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonsterGUI

public MonsterGUI(performancemonster.presentation.overview.impl.Model model)
Method Detail

main

public static void main(java.lang.String[] args)

createAndShowGUI

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


update

public void update()

isFrozen

public boolean isFrozen()


Copyright © 2005 Ole Friis. All Rights Reserved.