Posts from May 2011

6 result(s) found

Java program to resize images
Java

Image manipulation is an important aspect in order to provide a very good user interface. This post explains about how we could resize images or create thumbnails images with Java

Character encoding filter for web applications
Java

Web applications are increasing day by day. Have you ever faced an issue of displaying dodgy characters on the web page, If so, it could be because of the character set of your web application server....

Java class to convert number into words
Java

Do you want a number to be displayed in words in your program? If so, you can use below class component. All you have to do is just include this class in your current class path, create an object to W...