whitehorsey
- 188
- 0
How would I create a java program to display an image?
This discussion focuses on creating a Java program to display an image using Java 2D. Participants recommend utilizing the Java 2D tutorial provided by Oracle as a foundational resource. The tutorial offers comprehensive guidance on graphics and image handling in Java. Users are encouraged to seek specific questions after reviewing the tutorial for a more targeted discussion.
PREREQUISITESJava developers, graphic designers, and anyone interested in creating image display applications using Java.
Filip Larsen said:May I suggest that you start by searching the net for this and then come back here if you have specific questions along the way?
For starters you can also take a peek at the Java 2D tutorial [1].
[1] http://docs.oracle.com/javase/tutorial/2d/