diff options
author | acolyer <acolyer> | 2004-08-04 15:30:40 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-08-04 15:30:40 +0000 |
commit | 086757332d7de8fa5f9f1b72302f3daf1aeb3316 (patch) | |
tree | 81d0ec170b49dc580281fff6edd029e3cdd29dd6 /docs | |
parent | 166bab2ee66ec2d8cec0ac924e88f8c675beb7f8 (diff) | |
download | aspectj-086757332d7de8fa5f9f1b72302f3daf1aeb3316.tar.gz aspectj-086757332d7de8fa5f9f1b72302f3daf1aeb3316.zip |
fix for Bugzilla Bug 37607
Spacewar demo has wrong focus on 14 JVM
(I'm allowed to do the easy ones too every now and then ;) ).
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dist/doc/examples/spacewar/README.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/dist/doc/examples/spacewar/README.html b/docs/dist/doc/examples/spacewar/README.html index 8b6a56910..a9ec265b4 100644 --- a/docs/dist/doc/examples/spacewar/README.html +++ b/docs/dist/doc/examples/spacewar/README.html @@ -55,6 +55,9 @@ to control; the red ships are an enemy robots. Your ship is controlled with the four arrow keys to turn, thrust and stop; the spacebar fires. As you play, the game will be displayed in both windows.</p> +<p>When running on a 1.4 or later VM, click in the main panel to give + it focus so that your keystrokes are recognized.</p> + <p>You can quit the game with ctl-Q.</p> <h3><a name="5.3">Exploring the Code</a></h3> |