Advertisement
Guest User

Untitled

a guest
Sep 15th, 2011
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. // Decompiled by DJ v3.12.12.96 Copyright 2011 Atanas Neshkov Date: 9/15/2011 6:54:21 PM
  2. // Home Page: http://members.fortunecity.com/neshkov/dj.html http://www.neshkov.com/dj.html - Check often for new version!
  3. // Decompiler options: packimports(3)
  4. // Source File Name: B.java
  5.  
  6. import java.applet.Applet;
  7.  
  8. public class B extends Applet
  9. {
  10.  
  11. public B()
  12. {
  13. }
  14.  
  15. public String getVersion()
  16. {
  17. return System.getProperty("java.version");
  18. }
  19.  
  20. public String getVendor()
  21. {
  22. return System.getProperty("java.vendor");
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement