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
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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! :]