hi i want to capture picture with a web camera for my application and there would be a frame where my picture which was captured should we displayed and the signature also so pls suggest wats shuld be my approach
Your approach should be to break your large problem into managable parts. First, have a look at the Java Media Framework, which is the API for accessing devices like cameras. Once you've mastered that, move on to displaying and signing.