PPT Slide
/**
* Default constructor
*
*/
public ReadsFromURL() {
// default constructor for some fussy VMs
}
/**
* initialize the applet
*
* @see#readInURL() -- called to initialize data
*/
public void init(){
setBackground(Color.lightGray);
ta = new TextArea();
ta.setFont(new Font("Courier",
Font.BOLD, 12));
Previous slide
Next slide
Back to first slide
View graphic version