How to make a Java Program to display an image?

  • Context: Java 
  • Thread starter Thread starter whitehorsey
  • Start date Start date
  • Tags Tags
    Image Java Program
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
whitehorsey
Messages
188
Reaction score
0
How would I create a java program to display an image?
 
Physics news on Phys.org
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/
 
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/

Thank You! I got it! :]