File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Swing / AWT / SWT and the fly likes Showing Hazy images on a JPanel..Why? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Showing Hazy images on a JPanel..Why?" Watch "Showing Hazy images on a JPanel..Why?" New topic
Author

Showing Hazy images on a JPanel..Why?

Manoj Paul
Ranch Hand

Joined: Jan 18, 2007
Posts: 109
Hello Everybody there

I am creating an application....

In my application i put a JScrollPane, in the JScrollPane is a JPanel, on the JPanel are thumbnails views of many images with the help of ImageIcons for which i used array of JLabels... Every thing is fine working untill i drag down the scrollbar... as soon as i drag down the JScrollPane's vertical or horizontal bar.. i dont know why but all the other images becomes hazy(very unclear) except those images which is shown first when i click on an image folder... i tried many options but all in vain... please help..

"A Friend There To Help Me Out"

Thanks
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Showing Hazy images on a JPanel..Why?
 
Similar Threads
Autoscrolling for marquee selection
Problem when displaying images in JScrollPane.
Problem with the JScrollPane
Adding Scrolling Functionality to Button
JScrollPane not working