This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I've reached the part of my tutorial which looks at applet events. It gives some code and tells me to compile, load and run it. I am expecting a console to appear
and messages to be generated depending on what I do with the mouse or the keyboard. At the moment nothing is happening. Below I have included a simple
html tag followed by the code for the applet. If someone would point out what I'm doing wrong I'd be much obliged.
Paul Roberts wrote:I am expecting a console to appear and messages to be generated depending on what I do with the mouse or the keyboard.
Why? That isn't the normal thing for an applet to do.
If you really want to see the Java console (and remember, the Java console isn't a normal part of using an applet) then there should be a "Java" icon somewhere on your system's task bar when you load an applet into your browser. One of its options is to open the Java console.