String[] headings = new String[]{"Author", "Title", "Publisher", "ISBN", "Description"};
Object[][] cells = new Object[][]{{"Peter Anders", "Envisioning Cyberspace: Designing 3d Electronic Spaces", "McGraw-Hill Companies, The", "0070016321", "Free of the constraints of physical form and limited..."}, {"Tom Armstrong", "Activex Developer`s SourceBook: With CD-ROM", "McGraw-Hill Companies, The", "0070062137", "Focusing on design and development of Web-based and..."}, {"Richard L. Petersen", "UNIX Clearly Explained", "Academic Press, Incorporated", "0125521308", "Unix Clearly Explained is a complete tutorial introduction..."}, {"Robby Swipe", "A smile, a song and a balloon: 30 years of comedy", "Biscos Discount Publishers", "0177682456", "I'll never forget what the late great Bernie Clifton said to me..."}, {"Peter Anders", "Envisioning Cyberspace: Designing 3d Electronic Spaces", "McGraw-Hill Companies, The", "0070016321", "Free of the constraints of physical form and limited..."}, {"Tom Armstrong", "Activex Developer`s SourceBook: With CD-ROM", "McGraw-Hill Companies, The", "0070062137", "Focusing on design and development of Web-based and..."}, {"Richard L. Petersen", "UNIX Clearly Explained", "Academic Press, Incorporated", "0125521308", "Unix Clearly Explained is a complete tutorial introduction..."}, {"Robby Swipe", "A smile, a song and a balloon: 30 years of comedy", "Biscos Discount Publishers", "0177682456", "I'll never forget what the late great Bernie Clifton said to me..."}, {"Peter Anders", "Envisioning Cyberspace: Designing 3d Electronic Spaces", "McGraw-Hill Companies, The", "0070016321", "Free of the constraints of physical form and limited..."}, {"Tom Armstrong", "Activex Developer`s SourceBook: With CD-ROM", "McGraw-Hill Companies, The", "0070062137", "Focusing on design and development of Web-based and..."}, {"Richard L. Petersen", "UNIX Clearly Explained", "Academic Press, Incorporated", "0125521308", "Unix Clearly Explained is a complete tutorial introduction..."}, {"Robby Swipe", "A smile, a song and a balloon: 30 years of comedy", "Biscos Discount Publishers", "0177682456", "I'll never forget what the late great Bernie Clifton said to me..."}};
public void init() {
JTable var1 = new JTable(this.cells, this.headings);