Hello,
i would like to use BalloonTip in a project. It works good. I would like to modify 2 things:
1) the arrow should have another location, like on the image
2) if someone clicks somewhere in the application, the baloon closes. I would like to prohibit this.
For the 1) i created a class that implements BalloonShape, and returned from the function getHotSpot() some other values, but the arrow didn't change.
Can you help me?
Thanx in advance,
Daniel
			
				

 I had to disassemble the java code to find out the value of BOTTOM. It seems, there is no public field in the class RoundedRectangularBalloonShape.
 I had to disassemble the java code to find out the value of BOTTOM. It seems, there is no public field in the class RoundedRectangularBalloonShape.