﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
18747	[PATCH] Add a wrapper for JavaFX methods	taylor.smock	Don-vip	"This wrapper creates a JFXPanel around an arbitrary JavaFX node.

It has two public methods, `getPanel` to get the `JFXPanel` to add to UI elements and `getNode` to get the node. It is a generic function, so the class of the node passed to the constructor is used for the return type.

ticket:14921#comment:35 indicated that the JavaFX DatePicker class would be useful for the Sentinel imagery, but I didn't want to write something that was strictly specific to the DatePicker class.

Sample usage of this class:

{{{
#!java
JavaFXWrapper<> dateWrapper = new JavaFXWrapper<>(new DatePicker());
}}}

I'm marking this as an RFC since I don't know if this should be in JOSM core, plugin JavaFX, and whether or not it would be worth pursuing."	enhancement	closed	normal		Plugin javafx		fixed		
