-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
5.0
-
x86
-
windows_2000
Name: dk106046 Date: 08/16/2004
OPERATING SYSTEM(S):
Windows 2000
FULL JDK VERSION(S):
java version "1.4.2_04-ea"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-ea-b01)
Java HotSpot(TM) Client VM (build 1.4.2_04-ea-b01, mixed mode)
java version "1.5.0-beta3"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta3-b57)
Java HotSpot(TM) Client VM (build 1.5.0-beta3-b57, mixed mode)
1. Build AWTTest.java testcase:
import java.awt.*;
public class AWTTest{
public static void main(String[] args){
Frame f=new Frame("AWTTest");
TextArea ta=new TextArea();
f.add(ta);
f.setSize(300,300);
f.show();
}
}
2. Run testcase: java AWTTest
3. Select "AWT -> TextArea" menu
4. Click TextArea by using right-mouse button to open Windows' Edit popup menu
5. Move mouse pointer onto textarea to see it display an edit pointer.
6. Move mouse pointer onto popup menu.
At this time, mouse cursor should be arrow pointer,
but it's still edit pointer. <== PROBLEM
======================================================================
OPERATING SYSTEM(S):
Windows 2000
FULL JDK VERSION(S):
java version "1.4.2_04-ea"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-ea-b01)
Java HotSpot(TM) Client VM (build 1.4.2_04-ea-b01, mixed mode)
java version "1.5.0-beta3"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta3-b57)
Java HotSpot(TM) Client VM (build 1.5.0-beta3-b57, mixed mode)
1. Build AWTTest.java testcase:
import java.awt.*;
public class AWTTest{
public static void main(String[] args){
Frame f=new Frame("AWTTest");
TextArea ta=new TextArea();
f.add(ta);
f.setSize(300,300);
f.show();
}
}
2. Run testcase: java AWTTest
3. Select "AWT -> TextArea" menu
4. Click TextArea by using right-mouse button to open Windows' Edit popup menu
5. Move mouse pointer onto textarea to see it display an edit pointer.
6. Move mouse pointer onto popup menu.
At this time, mouse cursor should be arrow pointer,
but it's still edit pointer. <== PROBLEM
======================================================================
- duplicates
-
JDK-5097531 Mouse Cursor should be the default cursor when ALT key is pressed, on win32
-
- Closed
-