Advertisement
yaramohamed1

Untitled

Sep 16th, 2014
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. import java.util.Date;
  2. import java.io.FileNotFoundException;
  3. import java.io.PrintWriter;
  4. import java.io.UnsupportedEncodingException;
  5. import java.text.DateFormat;
  6. import java.text.SimpleDateFormat;
  7. import java.util.Calendar;
  8.  
  9. public class Main {
  10. public static void main(String[] args) throws FileNotFoundException,
  11. UnsupportedEncodingException {
  12. Camera obj = new Camera();
  13. obj.run();
  14.  
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement