This week's book giveaway is in the Design and Architecture forum. We're giving away four copies of Communication Patterns: A Guide for Developers and Architects and have Jacqui Read on-line! See this thread for details.
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.