Re: Accessing JavaFX's StageHelper and ContextMenuContent in Jigsaw

2015-11-06 Thread Jonathan Giles
Neither of these classes are currently planned to be moved into public API for JDK 9. You should file separate requests in bug tracker so we can discuss the feasibility of both of these classes. -- Jonathan On 6/11/15 11:48 PM, Rahman USTA wrote: Hi all; I'm trying Jigsaw build with my JavaF

Re: Accessing JavaFX's StageHelper and ContextMenuContent in Jigsaw

2015-11-06 Thread Kevin Rushforth
To give some additional context, here are some brief comments I wrote on jigsaw-dev (before suggesting that this topic move over here). 1) The StageHelper class is deliberately not exposed for good reasons, since it's purpose is to provide internal access to non-public state. 2) We moved most

Accessing JavaFX's StageHelper and ContextMenuContent in Jigsaw

2015-11-06 Thread Rahman USTA
Hi all; I'm trying Jigsaw build with my JavaFX project, everything is fine but with two exceptions. javac could not find/access com.sun.javafx.scene.control.skin.ContextMenuContent and com.sun.javafx.stage.StageHelper classes. I'm using ContextMenuContent to add new menu items to webview's defau