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 189393 - Change FXZ/FXD files template to 1.3
Summary: Change FXZ/FXD files template to 1.3
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Andrew Korostelev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-11 11:57 UTC by Alexandr Scherbatiy
Modified: 2010-08-11 13:46 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 Alexandr Scherbatiy 2010-08-11 11:57:31 UTC
- Create an FXD file:
---------------------------------------
/*
 * Empty FXD file.
 */
//@version 1.0

Group {
    content: [
        // enter your stuff here
    ]
}
---------------------------------------

The old format is used.

The new format should be:
http://java.sun.com/javafx/1.3/docs/fxdspec/
---------------------------------------
/*
 * Empty FXD file.
 */
//@version 1.3   

FXD {
    content: [
        // enter your stuff here
   ]
}
---------------------------------------