Name: yyT116575 Date: 02/08/2001
C:\Java>java -version
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
In the How to Use Menus Java Tutorial "Bringing Up a Popup Menu" section
(http://java.sun.com/docs/books/tutorial/uiswing/components/menu.html),
the documentation said:
"On Windows and Motif platforms, the user brings up a popup menu by pressing
the right mouse button while the cursor is over a component that is popup-
enabled."
Actually, on Windows, the user brings up a popup menu by *releasing* the right
mouse button.
(Review ID: 116645)
======================================================================