PPT Slide
/*
* Set server to read applet source code
*/
try {
fileURL = new URL
(getCodeBase() + "/ReadsFromURL.java");
}
catch(MalformedURLException e){
showStatus("Error!");
}
/*
* Layout the container
*/
this.setLayout(null); // necessitates setBounds()
add(ta);
ta.setBounds(getSize().width/8,
getSize().height/8,
getSize().width*3/4,
getSize().height*3/4);
readInURL();
}// init
Previous slide
Next slide
Back to first slide
View graphic version