Jump to content

Graphic Package help

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
LoneWolf

LoneWolf

    Newbie

  • Members
  • PipPip
  • 10 posts
I need to develop a FreeCell game and I'd like to know about good graphic packages for general use and for this specific use as well.

#2
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,247 posts
Look into the java.awt.Graphics class and javax.swing packages.

Have a look at: Lesson: Working with Images (The Java™ Tutorials > 2D Graphics)

:)