-
Bug
-
Resolution: Duplicate
-
P4
-
8
-
generic
-
linux_suse_sles_11
SYNOPSIS
--------
Swing components rendered incorrectly with Nimbus Look and Feel on SLES 11
OPERATING SYSTEM
----------------
SLES 11 SP2
Not reproducible on other platforms/distributions
FULL JDK VERSION
----------------
JDK 8 (tested with b83)
Also reproducible with JDK 7 when XRender is explicitly enabled.
DESCRIPTION
-----------
Swing components (Menu bar, scroll bar, button etc.) are rendered incorrectly with Nimbus Look and Feel on SLES 11.
See attached screenshots for reference.
REPRODUCTION INSTRUCTIONS
-------------------------
1. Run the SwingSet2 demo
java -jar <java_home>/demo/jfc/SwingSet2/SwingSet2.jar
2. Select "nimbus" look and feel. (Menu: Look & Feel > Nimbus Look and Feel)
3. Click on any tab and check the GUI
4. Note the poorly formed buttons/scrollbars/MenuBars.
WORKAROUND:
-----------
Disable XRender pipeline by setting -Dsun.java2d.xrender=false on the command line
--------
Swing components rendered incorrectly with Nimbus Look and Feel on SLES 11
OPERATING SYSTEM
----------------
SLES 11 SP2
Not reproducible on other platforms/distributions
FULL JDK VERSION
----------------
JDK 8 (tested with b83)
Also reproducible with JDK 7 when XRender is explicitly enabled.
DESCRIPTION
-----------
Swing components (Menu bar, scroll bar, button etc.) are rendered incorrectly with Nimbus Look and Feel on SLES 11.
See attached screenshots for reference.
REPRODUCTION INSTRUCTIONS
-------------------------
1. Run the SwingSet2 demo
java -jar <java_home>/demo/jfc/SwingSet2/SwingSet2.jar
2. Select "nimbus" look and feel. (Menu: Look & Feel > Nimbus Look and Feel)
3. Click on any tab and check the GUI
4. Note the poorly formed buttons/scrollbars/MenuBars.
WORKAROUND:
-----------
Disable XRender pipeline by setting -Dsun.java2d.xrender=false on the command line
- duplicates
-
JDK-7159455 Nimbus scrollbar rendering glitch with xrender enabled on i945GM
- Resolved