JDK-8095910 : Remove deprecated builders from more toys and other apps
  • Type: Bug
  • Component: javafx
  • Sub-Component: samples
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-01-26
  • Updated: 2015-06-12
  • Resolved: 2015-02-04
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
8u60Fixed
Related Reports
Relates :  
Description
We need to stop using the deprecated builders in our samples, toys, and other apps. This will become critical for FX 9, but is a good cleanup to do for FX 8u60.

This is a follow-on JIRA to stop using the deprecated builders in the toys and other apps that are currently not hooked up to the build. Once this is done, those that will be disabled as part of RT-39831 can be re-enabled.
Comments
Fixed: <rt> - http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/0167c8bd510b
04-02-2015

apps/experiments/ConferenceScheduleApp/src/main/java/com/javafx/experiments/scheduleapp/pages/SocialPage.java: You are missing semicolons on the following newly added lines in your webrev (it won't compile as is). + tweetButton.setId("tweet-button") + tweetButton.setPrefWidth(162) + tweetButton.setPrefHeight(48) + tweetButton.setMinHeight(48) + tweetButton.setOnMouseClicked(new EventHandler<MouseEvent>() { + @Override + public void handle(MouseEvent t) { PlatformIntegration.tweet("#javaone "); } })
04-02-2015

link to webrev: http://cr.openjdk.java.net/~ekleyman/RT-39886/
01-02-2015

Following files in apps/experiments/ConferenceScheduleApp references builders: apps/experiments/ConferenceScheduleApp/src/main/java/com/javafx/experiments/scheduleapp/PageContainer.java apps/experiments/ConferenceScheduleApp/src/main/java/com/javafx/experiments/scheduleapp/pages/SocialPage.java
26-01-2015