JDK-6405587 : diff. ScrollPane behavior between winXP style and Win classic in 6.0b76
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2006-03-29
  • Updated: 2011-01-19
  • Resolved: 2006-04-07
Related Reports
Duplicate :  
Description
Different behavior of ScrollPane occurs between WinXP style and Win Classic.

CONFIGURATION:
 JRE : 6.0b76/5.0u6/1.4.2_10
 OS  : WinXP(SP1, Japanese, WindowsXP style )

REPRODUCE:
 1) Set Display Properties to Windows XP Style(Not Windows Classic)
 2) Compile the attached Frame1.java
 3) Invoke "Java Frame1"
    You will see a ScrollPane and "resize" button.
    In the ScrollPane, you will see 
       <----+---1----+---2-...........--+---->
 4) move scrollBar a little
 5) click "resize" button

   The appearence of scrollpane goes back to the left most.
   
  If you set display properties to Windows classic Style,
  even if you click "resize" button at the above step 5), the appearence seems adjusted  
  a little bit, not go back to the left.

Comments
EVALUATION I'm closing this bug since it is obviously a duplicate of 6404832, has bigger CR number and lower priority. If you are interested, please trace progress in 6404832.
07-04-2006

EVALUATION Apparently this issue is related to ScrollPane layouting.
30-03-2006