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 - UnsupportedOperationException: PERPIXEL_TRANSLUCENT translucency is not supported
Summary: UnsupportedOperationException: PERPIXEL_TRANSLUCENT translucency is not suppo...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-04 10:13 UTC by Andrew Krasny
Modified: 2017-02-04 03:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 225018


Attachments
stacktrace (3.26 KB, text/plain)
2016-07-04 10:13 UTC, Andrew Krasny
Details
stacktrace (7.88 KB, text/plain)
2016-08-29 03:36 UTC, tbrunhoff
Details

Note You need to log in before you can comment on or make changes to this bug.
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