christmo / macwidgets

Automatically exported from code.google.com/p/macwidgets
0 stars 0 forks source link

Unified window paint problem on Snow Leopard (10.6.2) and Java 6 #153

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Open an JFrame created using MacUtils.makeWindowLeopardStyle() on Snow 
Leopard (10.6.2) and Java 6

What is the expected output? What do you see instead?
The window should be painted as an unified window, This works on Leopard 
and Java 5.

What version of the product are you using? On what operating system?
macwidgets 0.9.5 on Mac OS X 10.6.2

Original issue reported on code.google.com by mphilipp82@gmail.com on 24 Jan 2010 at 1:01

Attachments:

GoogleCodeExporter commented 8 years ago
I had the same problem (Java 6, OS X 10.6.4). Calling 
toolBar.disableBackgroundPainter(); fixed the issue.

Original comment by jtappo...@gmail.com on 24 Jul 2010 at 8:33