FRi 2006-09-27
	This is the JVision AGFA toolbar package. AGFA toolbar is a new JVision
	toolbar that should bring the Look & Feel described in 'ODYSSEY' Form and
	Behaviour Specification ("Dr. Peter Lambert") to JVision.
	
	
	The AGFA-toolbar always shows on upper edge of the JVision monitor the mouse
	previously was over.
	
	
	The AGFA-toolbar is (currently) divided into four areas:
	
		- general actions (top left)
- fixed actions (bottom left, frequently needed actions for loaded data)
- custom actions (right, actions that depend on a certain context or selection
			of loaded data, modality-specific actions, bodypart-specific actions)
			
				- custom actions 1 (top right)
- custom actions 2 (bottom right)
 
This layout is coded in AgfaToolbarView.java (main package class).
	
	
	JVision actions are mostly arranged on bars that show within their context
	(like VisDisplayToolbar, or the HotRegions in the image viewer).
	AGFA-toolbar on the other hand is context-sensitive, that means every launched
	action finds the current context without being visually associated to it.