Increase thickness of the line Drawn in java applet
Hey!!
Please help me for this problem.
Actually i am making a java applet for Paint Application.
I am not using any Jpanel or any other thing. it is a simple application based on Applet class only.
So my problem is that i want to increase the thickness of linedrawn on that application, Or increase thickness of border of Rectangle,Oval, etc.
so is there is any function available to perform this task.
Actually, my main aim to this is increase the thickness of line drawn according to user preference.
Thanks in advance for helping me....:)
Re: Increase thickness of the line Drawn in java applet
Look at the AffineTransform class for ways to draw lines of different thicknesses.
Re: Increase thickness of the line Drawn in java applet
Thread moved from What's wrong with my code. maz3r, in the future please choose the location of your posts more carefully. It helps you direct your question to the more appropriate audience.
Re: Increase thickness of the line Drawn in java applet
I have met the same problems. I do not know the reason. And this problem is still here. what shall i do ??
Re: Increase thickness of the line Drawn in java applet
Try the same solution given to the OP.
If that does not work start a thread with your question.