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 241852

Summary: Try Sample 3D Project (Perform the following for each sample in the above list - 3 tests in all)
Product: javafx Reporter: swpalmer <swpalmer>
Component: ProjectAssignee: Roman Svitanic <rsvitanic>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 8.0   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description swpalmer 2014-02-14 04:10:05 UTC
Did this test with AudioVisualizer3D on OS X 10.9.1 with JDK 1.8.0 b129
NetBeans 8 build 201402130001

- no audio was heard regardless of volume setting on computer (not sure if this is expected or not)

- The sample uses deprecated methods!  

Sample code should generally demonstrate best practices, at least in the domain relevant to the sample.  In this case a deprecated JavaFX method was used repeatedly:  RectangleBuilder

The sample should probably be refactored to avoid the deprecated method.

There was a 3D effect flickering away, though the shape was difficult to see.