JDK-7168151 : Stylepad demo is broken
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 8
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-05-11
  • Updated: 2014-02-06
  • Resolved: 2012-05-12
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8 b40Fixed
Related Reports
Relates :  
Description
JDK build fails with the following error:

build\windows-i586\democlasses\demo\jfc\Stylepad\src\Stylepad.java:249: error: cannot find symbol
            if (fileDialog == null) {
                ^
  symbol:   variable fileDialog
  location: class Stylepad.OpenAction

This must be a regression of 7024963.

Comments
jdk-8-ea-windows-x64-demos.zip contains /demo/plugin/jfc/Stylepad/Stylepad.jar
16-04-2013

EVALUATION The issus is fixed as part of the fix 7024965.
12-05-2012