Closed Thread
Results 1 to 5 of 5

Thread: Making images with Java

  1. #1
    Sionofdarkness is offline Programming Expert
    Join Date
    Jul 2006
    Posts
    383
    Rep Power
    0

    Making images with Java

    How do you make images with Java? I'm not sure what the system is, I know the most simple is turtle graphics, but how does Java work? I've seen some pretty advanced games so I doubt it uses that. What's the system?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143
    Most people use the Swing library (you can use AWT but it's not encouraged). This is a library of classes that provide functionality for graphics. It ranges from predefined images, like buttons, to open drawing platforms where you can draw points, lines, etc. I think there's also tools for loading images, like bitmaps.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    sn17 Guest
    How will the quality of java based images be?

  5. #4
    Sionofdarkness is offline Programming Expert
    Join Date
    Jul 2006
    Posts
    383
    Rep Power
    0
    I associate Java with jpg, and jpg actually doesn't have the best quality, but I know Java has nothing to do with jpg, I just associate them both because they both begin with J.

  6. #5
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143
    Java just renders the image... talk the the artist about quality.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Java:Tutorial - Making A Window
    By John in forum Java Tutorials
    Replies: 7
    Last Post: 08-31-2011, 04:26 PM
  2. Preloading images in Java
    By miloguy in forum Java Help
    Replies: 5
    Last Post: 10-27-2010, 07:36 AM
  3. Making a Java program that fills out forms for me?
    By rickarack in forum Java Help
    Replies: 3
    Last Post: 03-20-2010, 05:28 AM
  4. Making Scatter Plot Graphs in Java
    By Snuffles in forum Java Help
    Replies: 2
    Last Post: 03-06-2010, 06:58 PM
  5. Making images with linux
    By phpforfun in forum Computer Software/OS
    Replies: 2
    Last Post: 03-28-2008, 08:44 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts