+ changed prototype public void ZA_UI_Api_Paint_Any_ImageArray_Handler(Graphics a_graphics, int iImageArrayIdx, int iContextXStart, int iContextYStart, int iContextWidth, int iContextHeight) --> added graphics object as a parameter so it can be used freely, even outside Prosciutto
+ added 2 methods to the za_UI_api_callbacks.java interface:
abstract public void prePaint(Graphics a_proshGraphics, int a_ifocusedElementID, int a_iCurrentFormID);
abstract public void postPaint(Graphics a_proshGraphics, int a_ifocusedElementID, int a_iCurrentFormID);
This way you can always do whatever you need every time void paint() is called
Commit from user: Mario Zorz