Displaying 1 result from an estimated 1 matches for "getcodebase".
2005 Aug 09
3
file
...100);
// m = (int) (Math.random() * 350 - 100);
// k = (int) (Math.random() * 530 - 100);
// a1 = getAudioClip(getDocumentBase(), "4.au");
t.start();
this.setSize(600, 670);
this.setBackground(Color.CYAN);
img1 = this.getImage(this.getCodeBase(), "4.jpg");
img2 = this.getImage(this.getCodeBase(), "7.jpg");
img3 = this.getImage(this.getCodeBase(), "8.jpg");
}
public void paint(Graphics g) {
super.paint(g);
y = (int) (Math.random() * 210 - 100);
n = (int) (Math...