Search:

Type: Posts; User: Darryl.Burke

Search: Search took 0.14 seconds.

  1. Replies
    5
    Views
    1,728

    Re: wrong graphics

    Then you'll need to cast the Graphics to Graphics2D and use the methods of the Graphics2D class, along with anti-aliasing.
    Trail: 2D Graphics (The Java™ Tutorials)

    Be aware that it could be a...
  2. Replies
    5
    Views
    1,728

    Re: wrong graphics

    Read the API for Graphics. Those methods take int parameters. Evidently you are passing doubles instead of ints, so why are you doing that?

    db
Results 1 to 2 of 2