Sunday, January 24, 2010

Fixed fuzzy (low resolution) icons!

So I finally figured out how to get better resolution icons in Java.  You just need the setIconImages method and a List object of all the icons.  So make some higher resolution square png files and add them to an array list that you then set the JFrame icons too.  Neat!  Heres a screenshot...


Also I added a line to the tooltip that tells when the next background scan is schedule to run, roughly.  Remember it uses the sleep method in threads, so it's a pretty close, but yet still rough estimate.  View the screenie with pleasure...



Hope everyone had a good weekend.

Brian

No comments:

Post a Comment