| NetBeans IDE 6.1 includes JavaFX support that enables you to develop, debug, and deploy JavaFX applications. It is a full featured development environment that comes bundled with the JavaFX Software Development Kit (SDK) and best practice samples to assist your software development project. |
Contents
NetBeans IDE 6.1 With JavaFX has been tested on the following platforms and technologies.
Microsoft Windows XP with Service Pack 2 or Windows Vista Home Premium, Business, Ultimate, or Enterprise (certified for 32-bit editions):
- Processor: Intel Pentium 4, Intel Centrino, Intel Xeon, or Intel Core Duo (or compatible)
- Memory: 512 MB of RAM (1 GB recommended)
- Disk space: minimum 900 MB of available hard-disk space (1.1GB recommended)
- Java SE Development Kit: JDK 6 Update 7 or later
Macintosh OS X 10.5.2+:
- Processor: Multicore Intel
- Memory: 512 MB of RAM (1 GB recommended)
- Disk space: minimum 800MB of available hard-disk space (1GB recommended)
- Java SE Development Kit: Java for Mac OS X 10.5, Update 1
Projects
Editor
Preview
Mac-specific Issues
Debugger
- Issue 135661: Project debugged several times in one session
Description: Users might see the wrong execution sequence of code. During debugging, some JavaFX statements are generated with additional lines in the byte code.
Workaround: If additional statements are generated in the byte code, then the second sequence of execution is the actual execution of the JavaFX source code.
- Issue 131146: Go to Source feature does not work on method-level
Description: It is not always clear from the profiling results table as to which part of the JavaFX source code is critical from the profiling point of view and what exactly needs to be fixed.
Workaround: When a critical element is found in a profiled JavaFX class, you can change the profiling settings to profile only the selected functions from that class. You will be able to find the "bottle neck" in the class after a few iterations.
|
|