* @param top The y offst
* @param scale The scale that must be applied to the absolute position on the environment
*/
public void showBehavioursPanel(final int left, final int top,final double scale)
{
eop = new EnvObjectProperties(envObject);
//eop.setWidth("500px");
eop.setPopupPositionAndShow(new EnvObjectProperties.PositionCallback() {
@Override
public void setPosition(int offsetWidth, int offsetHeight) {
int newX = (int) ((dx+objectBounds.getWidth())*scale);