
May 8th, 2007, 10:30 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 911
Time spent in forums: < 1 sec
Reputation Power: 5
|
|
|
Getting Started with Java 2D
Drawing or Graphics APIs form an integral part of any language. They let you access the host operating system's GUI services. They are needed not only for implementing and rendering custom GUI controls and components for a standalone system; they also provide for non-GUI control based applications such as image manipulation, graph rendering functions and so on. Among current languages almost all provide drawing APIs. Java is no exception.
Read the full article here: Getting Started with Java 2D
For more discussion go here: Blog Article Discussion
|