Open cmadsen opened 12 years ago
I can't reproduce using Java 1.6.0_33 on Mac OS X (10.8), what version of Java/OS are you using?
I'm running Fedora 17/jdk1.6.0_23
One more question, what video chipset/driver version are you running? Thanks!
lspci -v -s lspci | awk '/VGA/{print $1}'
01:00.0 VGA compatible controller: nVidia Corporation G98M [Quadro NVS 160M](rev a1) (prog-if 00 [VGA controller])
Subsystem: Dell Device 024f
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at f5000000 (32-bit, non-prefetchable) [size=16M]
Memory at e0000000 (64-bit, prefetchable) [size=256M]
Memory at f2000000 (64-bit, non-prefetchable) [size=32M]
I/O ports at df00 [size=128]
[virtual] Expansion ROM at f4000000 [disabled] [size=128K]
Capabilities: [60] Power Management version 3
Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [78] Express Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [128] Power Budgeting <?>
Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
Kernel driver in use: nouveau
Kernel modules: nouveau
See: http://java.net/jira/browse/SWINGX-1515
This is, most likely, a problem with JXPanel painting mechanisms.
Also note that JXGlassBox is no longer supported in later versions of SwingX.
Using the code from here http://www.jarvana.com/jarvana/view/org/swinglabs/swingx/1.6.1/swingx-1.6.1-sources.jar!/org/jdesktop/swingx/JXGlassBox.java?format=ok
On a JFrame that runs with com.github.insubstantial:substance:7.1 the following causes flickering once the glassbox has been show:
It works fine under substance 6.1?