Uses of Class
edu.ksu.cis.macr.simulator.display.GPanel

Packages that use GPanel
edu.ksu.cis.macr.simulator.display   
 

Uses of GPanel in edu.ksu.cis.macr.simulator.display
 

Fields in edu.ksu.cis.macr.simulator.display declared as GPanel
private  GPanel SimDisplay.gpanel
           
private  GPanel AgentGObject.parent
           
 

Constructors in edu.ksu.cis.macr.simulator.display with parameters of type GPanel
AgentGObject(GPanel _parent, SimDisplay _grandParent, java.util.HashSet<java.lang.String> _forbid, java.util.HashMap<java.lang.String,java.lang.String> _icons, java.util.HashMap<java.lang.String,java.awt.Color> _colors, int width, int height)
          Constructor for AgentGObject.