This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 262670

Summary: UnsupportedOperationException: PERPIXEL_TRANSLUCENT translucency is not supported
Product: platform Reporter: Andrew Krasny <akrasny>
Component: ExplorerAssignee: Jiri Sedlacek <jis>
Status: RESOLVED FIXED    
Severity: normal CC: tbrunhoff
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 225018
Attachments: stacktrace
stacktrace

Description Andrew Krasny 2016-07-04 10:13:00 UTC
Build: NetBeans IDE Dev (Build 20160703-f301c59e849c)
VM: OpenJDK 64-Bit Server VM, 25.65-b01-debug, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Linux

User Comments:
akrasny: clicked on a failed unittest.
NB is launched on a headless system with DISPLAY set to a vnc screen




Stacktrace: 
java.lang.UnsupportedOperationException: PERPIXEL_TRANSLUCENT translucency is not supported
   at java.awt.Window.setBackground(Window.java:3839)
   at org.openide.explorer.view.CustomPopupFactory.disableShadow(CustomPopupFactory.java:254)
   at org.openide.explorer.view.CustomPopupFactory.access$000(CustomPopupFactory.java:74)
   at org.openide.explorer.view.CustomPopupFactory$HWPopup.prepareResources(CustomPopupFactory.java:234)
   at org.openide.explorer.view.CustomPopupFactory$OurPopup.show(CustomPopupFactory.java:124)
   at org.openide.explorer.view.ViewTooltips.showPopups(ViewTooltips.java:388)
Comment 1 Andrew Krasny 2016-07-04 10:13:02 UTC
Created attachment 160247 [details]
stacktrace
Comment 2 tbrunhoff 2016-08-29 03:36:35 UTC
Created attachment 161799 [details]
stacktrace

adding a library to a java project.
Comment 3 Exceptions Reporter 2016-11-03 08:13:28 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=225018
Comment 4 Jiri Sedlacek 2017-02-03 15:17:35 UTC
Similar to Issue #269737, will fix.
Comment 5 Jiri Sedlacek 2017-02-03 16:30:37 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/9bef8f18a82d.
Comment 6 Quality Engineering 2017-02-04 03:00:49 UTC
Integrated into 'main-silver', will be available in build *201702040002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/9bef8f18a82d
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #262670 - make sure that setting transparent window background is supported by the device