document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. // 2D array of Buttons with value of 5,5
  2. Button[][] btn = new Button[5][5];
');