-
Bug
-
Resolution: Fixed
-
P2
-
1.4.0, 1.4.2
-
mantis
-
x86
-
windows_2000
The wizard made of Swing components does not move to the next wizard page
with 1.4.0fcs and 1.4.1beta-b12.
This application worked well with 1.3.1_03 and _03.
This is regression.
1. Reproduce
1) Create the directory "wiz" and copy all the attached .java files.
2) Compile the java file like "javac wiz\*.java"
3) Invoke "java wiz.WizJ2CBMain"
-> You will see the wizard page which has textfield and 5 buttons.
4) Click the "Next(N) >" button.
Here, the test program expect the wizard goes to the next page,
but does not with 1.4.X.
2. Configration
MPU: Pentium IV 1.4[GHz]
MEM: 384[MB]
OS : Windows 2000 (SP2, Japanese)
JDK: 1.4.0fcs and 1.4.1-beta-b12
java version "1.4.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-b92)
Java HotSpot(TM) Client VM (build 1.4.0-b92, mixed mode)
java version "1.4.1-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-beta-b12)
Java HotSpot(TM) Client VM (build 1.4.1-beta-b12, mixed mode)
3. Note
- Because the first page and the second page lookes similar, it may
difficult to check which page is currently displayed.
As for the 1st page, the "1stPage" label will displayed above the textfiled.
2nd page, "2ndPage" as well.
- Those sample code files include a lot of Japanese comments.
If hard to read them, please delete those comment like
sed -e 's/\/\/.*$//' original_file_name > redirect_file_name
2002-05-23
===============================================================================
with 1.4.0fcs and 1.4.1beta-b12.
This application worked well with 1.3.1_03 and _03.
This is regression.
1. Reproduce
1) Create the directory "wiz" and copy all the attached .java files.
2) Compile the java file like "javac wiz\*.java"
3) Invoke "java wiz.WizJ2CBMain"
-> You will see the wizard page which has textfield and 5 buttons.
4) Click the "Next(N) >" button.
Here, the test program expect the wizard goes to the next page,
but does not with 1.4.X.
2. Configration
MPU: Pentium IV 1.4[GHz]
MEM: 384[MB]
OS : Windows 2000 (SP2, Japanese)
JDK: 1.4.0fcs and 1.4.1-beta-b12
java version "1.4.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-b92)
Java HotSpot(TM) Client VM (build 1.4.0-b92, mixed mode)
java version "1.4.1-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-beta-b12)
Java HotSpot(TM) Client VM (build 1.4.1-beta-b12, mixed mode)
3. Note
- Because the first page and the second page lookes similar, it may
difficult to check which page is currently displayed.
As for the 1st page, the "1stPage" label will displayed above the textfiled.
2nd page, "2ndPage" as well.
- Those sample code files include a lot of Japanese comments.
If hard to read them, please delete those comment like
sed -e 's/\/\/.*$//' original_file_name > redirect_file_name
2002-05-23
===============================================================================
- duplicates
-
JDK-4890245 CardLayout lays out cards visibly
-
- Closed
-
- relates to
-
JDK-4546123 CardLayout becomes unusable after deleting an element
-
- Resolved
-