1

I'm using java and acm-imports to draw things in an applet, and it comes out pixelated on my Macbook Pro Retina display.

I code using Sublime Text, compile and run it directly from the Terminal. My Java version is 1.7.0_65. Is there any fix for this? Any way to make the image look sharp on Retina display?

Thanks

Keng
  • 854
  • 10
  • 10
  • Are you drawing lines/shapes or images? – martinez314 Aug 08 '14 at 15:39
  • @whiskeyspider I'm drawing lines and typing words. – Keng Aug 09 '14 at 21:30
  • I saw the same behavior and I'm wondering what's the cause. – Bogdan Sep 19 '14 at 12:28
  • With a Retina display, Swing Graphics primitives (for example drawLine) map single-pixel strokes in your source code to two-pixel strokes on the physical display at runtime. I am looking for a way to disable this. See http://stackoverflow.com/questions/25906175/is-there-a-way-to-disable-mac-os-retina-scaling-for-a-swing-app – Jo Jo Jun 04 '15 at 05:50

0 Answers0