[java] Paint Type Component

Started by
0 comments, last by Son of Cain 18 years, 3 months ago
Is there any type of paint type component ( like MS Paint ) that I can use in a java application.Thanks for any help.
Watamerigonsu
Advertisement
... uh?

Do you mean a component - like delphi (argh) ones - that displays an area for you to draw?

If that is the case, the answer is "no", there isn't a ready component for that in the SDK - simply because this is the behaviour for an application, not a widget. You will have to write a bit of code for that.

You can easily build what you want with a bit of code using Java2D and some of these components.

Son Of Cain
a.k.a javabeats at yahoo.ca

This topic is closed to new replies.

Advertisement