Showing posts with label java SE. Show all posts
Showing posts with label java SE. Show all posts

Thursday, 22 August 2013

How To Check If Two Or More Rows Have The Same Field Value ?


you want to filter details from db.


The Problem :


I want to select the first row with the last name "usama" and then I want to skip the next row which has the same field "usama".

Friday, 26 July 2013

Total Validation on JTextFiled inputs #java #swing 3 steps

I had found a simple and created an util class that can help in easy way to handle a lot of validations in JText files.

Only in 3 steps in easy way :


how to load Image with relative path and re-size it #java


I had faced it while i was trying to add some image to desktop Applications.

and found many ways by buffered image and loading images itself , here is an easy-way to handle it