Welcome! Here you can paste sources and general debugging text, You can even set yourself a password if you want to keep it just for yourself.

Posted by Anonymous on January Sun 22nd 11:41 PM - Never Expires
Download | New paste

  1. public static void main(String args[]) {
  2.         try {
  3.             nodeID = 10;
  4.             portOff = 0;
  5.             setLowMem();
  6.             isMembers = true;
  7.             signlink.storeid = 32;
  8.             signlink.startpriv(InetAddress.getLocalHost());
  9.             client client1 = new client();
  10.             client1.createClientFrame(505, 767);
  11.         }
  12.         catch(Exception exception)
  13.         {
  14.         }
  15.     }
Language:
To highlight particular lines, prefix each line with @@





© 2012 - Powered by PASTE 1.0