|
Java™ by example!
|
|
|
|
Become a member to observe this category
|
|
Canvas
A canvas is a rectangular component to create custom graphic components. You need to create a subclass of Canvas to provide the custom graphic functionality in the paint() method. Don't confuse Canvas with Panel. Canvas doesn't have the Container functionality Panel has but can handle lower level events than Panel. Canvas can be used to create custom components like for example Image buttons.
Subcategories
Questions & Answers
= answered, = unanswered
General:
How do I get the HWND handle of a Canvas?
Why is there no JCanvas component in Swing?
How do I create a scrollable Canvas?
Further Information (sorted alphabetically)
Api's:
Articles:
|
|
|
|
|