Home » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199804.adf » Features » Java/hell_java
Java/hell_java
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199804.adf » Features |
Filename: | Java/hell_java |
Read OK: | ✔ |
File size: | 0086 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
public class hell extends java.applet.Applet { public void paint(java.awt.Graphics gc) { gc.drawString("Hello Web!", 125, 95); } }
00000000 70 75 62 6c 69 63 20 63 6c 61 73 73 20 68 65 6c |public class hel| 00000010 6c 20 65 78 74 65 6e 64 73 20 6a 61 76 61 2e 61 |l extends java.a| 00000020 70 70 6c 65 74 2e 41 70 70 6c 65 74 20 7b 0a 09 |pplet.Applet {..| 00000030 70 75 62 6c 69 63 20 76 6f 69 64 20 70 61 69 6e |public void pain| 00000040 74 28 6a 61 76 61 2e 61 77 74 2e 47 72 61 70 68 |t(java.awt.Graph| 00000050 69 63 73 20 67 63 29 20 7b 0a 09 09 67 63 2e 64 |ics gc) {...gc.d| 00000060 72 61 77 53 74 72 69 6e 67 28 22 48 65 6c 6c 6f |rawString("Hello| 00000070 20 57 65 62 21 22 2c 20 31 32 35 2c 20 39 35 29 | Web!", 125, 95)| 00000080 3b 0a 09 7d 0a 7d |;..}.}| 00000086