Setting Pixels in Swing
Some time back I faced a problem in a (Java based) project on which I am still working on – I needed a swing component which would have a suitable interface allowing me to set the color of individual pixels. Since I could not find anything which had a similar functionality I extended javax.swing.JPanel and created a component of my own. Check it out here [test code included].
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.