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 211009 - MouseEvents FX sample in NB is broken when JavaFX 2.1 is installed
Summary: MouseEvents FX sample in NB is broken when JavaFX 2.1 is installed
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.1.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Petr Somol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-11 13:25 UTC by Petr Somol
Modified: 2012-04-19 14:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Somol 2012-04-11 13:25:14 UTC
MouseEvents FX sample created through File->New Project->Samples->JavaFX->MouseEvents is marked as "Contains files with errors" and can not be compiled with JavaFX 2.1 SDK. The sample code did not change in NB since JavaFX 2.0.x thus the reason is apparently an external change in API between JavaFX 2.0 and 2.1. NetBeans 7.2 should support the JavaFX 2.1 version of the sample.
Comment 1 Petr Somol 2012-04-11 13:58:41 UTC
fixed in jetmain:
http://hg.netbeans.org/jet-main/rev/0c0561a16188
Comment 2 Stepan Zebra 2012-04-11 15:05:19 UTC
I downloaded and tested the 2.1 version of the sample and verified that it also shows no errors and runs on machine with FX 2.0.3.
Comment 3 Quality Engineering 2012-04-13 09:49:50 UTC
Integrated into 'main-golden', will be available in build *201204130400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/0c0561a16188
User: Petr Somol <psomol@netbeans.org>
Log: #211009 MouseEvents FX sample in NB is broken when JavaFX 2.1 is installed