Re: [SceneBuilderKit]

2014-07-09 Thread Eric Le Ponner
Hi Sven,

There is already JobManager.revisionProperty() available.
Isn’t it enough for Netbeans plugin to update its state ?
Scene Builder App does everything with this observable prop.

Eric


Le 8 juil. 2014 à 23:28, Sven Reimers  a écrit :

> Hi guys,
> 
> I am still working on integration SceneBuilder into NetBeans. To
> enable/disable some of the icons present it would be helpful if
> 
> 1. currentJob would be an observable read only property
> 2. undoStack would be an observable immutable collection
> 3. redoStack would be an observable immutable collection
> 4. canRedo would be an observable ready only property
> 5. canUndo would be an observable ready only property
> 
> Does this make sense?
> 
> Shall I file an issue and prepare a patch?
> 
> Thanks
> 
> -Sven
> 
> -- 
> Sven Reimers
> 
> * Senior Expert Software Architect
> * NetBeans Dream Team Member: http://dreamteam.netbeans.org
> * Community Leader  NetBeans: http://community.java.net/netbeans
>  Desktop Java:
> http://community.java.net/javadesktop
> * JUG Leader JUG Bodensee: http://www.jug-bodensee.de
> * Duke's Choice Award Winner 2009
> * Blog: https://www.java.net//blog/sven
> 
> * XING: https://www.xing.com/profile/Sven_Reimers8
> * LinkedIn: http://www.linkedin.com/in/svenreimers
> 
> Join the NetBeans Groups:
> * XING: http://www.xing.com/group-20148.82db20
> * NUGM: http://haug-server.dyndns.org/display/NUGM/Home
> * LinkedIn: http://www.linkedin.com/groups?gid=1860468
>   http://www.linkedin.com/groups?gid=107402
>   http://www.linkedin.com/groups?gid=1684717
> * Oracle: https://mix.oracle.com/groups/18497



OT: Netbeans ported to JFX?

2014-07-09 Thread Robert Krüger
Hi,

it is a little off-topic but the people reading this list are most
likely the ones who could answer this.

Is a port of Netbeans to JFX planned or even ongoing? It would
certainly be a huge project but I am asking myself, if there is a way
around that with Swing being de-facto legacy if Netbeans isn't dropped
as a whole. It would certainly demonstrate Oracle's commitment to JFX
as the future for Desktop UIs and would surely help the maturity of
JFX which IMHO needs tons of real-world apps to be thrown at it.

I would not be surprised not to get an answer for all sorts of
understandable reasons but I thought I'd give it a shot anyway.

Best regards,

Robert


Re: OT: Netbeans ported to JFX?

2014-07-09 Thread Tobias Bley
very interesting question ;) 

Will there be a android and iOS version of Netbeans in the future ;)?


> Am 09.07.2014 um 11:40 schrieb Robert Krüger :
> 
> Hi,
> 
> it is a little off-topic but the people reading this list are most
> likely the ones who could answer this.
> 
> Is a port of Netbeans to JFX planned or even ongoing? It would
> certainly be a huge project but I am asking myself, if there is a way
> around that with Swing being de-facto legacy if Netbeans isn't dropped
> as a whole. It would certainly demonstrate Oracle's commitment to JFX
> as the future for Desktop UIs and would surely help the maturity of
> JFX which IMHO needs tons of real-world apps to be thrown at it.
> 
> I would not be surprised not to get an answer for all sorts of
> understandable reasons but I thought I'd give it a shot anyway.
> 
> Best regards,
> 
> Robert



Camera look at in 3d

2014-07-09 Thread Jack Moxley

One of the things sorely missed is a simple way of getting the camera to rotate 
so it looks at a specified point in 3d space. I am racking my head trying to 
work out how to do this, does anyone have any ideas/pointers in how to achieve 
this?

Any help much appreciated.

Kind regards,

Jack



Fwd: Re: [SceneBuilderKit]

2014-07-09 Thread Sven Reimers
Missed the reply to all..

-Sven
-- Weitergeleitete Nachricht --
Von: "Sven Reimers" 
Datum: 09.07.2014 13:58
Betreff: Re: [SceneBuilderKit]
An: "Eric Le Ponner" 
Cc:

My train of thought is more along expressiveness... The revision is a
general trigger and the API user has to check for the actual state of the
different properties. I thought it may be more natural to just listen to
the real changes..

What I am looking for is a simple way to bridge undo/redo to NetBeans
undo/redo including detection if scene has changed...

-Sven
Am 09.07.2014 09:59 schrieb "Eric Le Ponner" :

> Hi Sven,
>
> There is already JobManager.revisionProperty() available.
> Isn’t it enough for Netbeans plugin to update its state ?
> Scene Builder App does everything with this observable prop.
>
> Eric
>
>
> Le 8 juil. 2014 à 23:28, Sven Reimers  a écrit :
>
> > Hi guys,
> >
> > I am still working on integration SceneBuilder into NetBeans. To
> > enable/disable some of the icons present it would be helpful if
> >
> > 1. currentJob would be an observable read only property
> > 2. undoStack would be an observable immutable collection
> > 3. redoStack would be an observable immutable collection
> > 4. canRedo would be an observable ready only property
> > 5. canUndo would be an observable ready only property
> >
> > Does this make sense?
> >
> > Shall I file an issue and prepare a patch?
> >
> > Thanks
> >
> > -Sven
> >
> > --
> > Sven Reimers
> >
> > * Senior Expert Software Architect
> > * NetBeans Dream Team Member: http://dreamteam.netbeans.org
> > * Community Leader  NetBeans: http://community.java.net/netbeans
> >  Desktop Java:
> > http://community.java.net/javadesktop
> > * JUG Leader JUG Bodensee: http://www.jug-bodensee.de
> > * Duke's Choice Award Winner 2009
> > * Blog: https://www.java.net//blog/sven
> >
> > * XING: https://www.xing.com/profile/Sven_Reimers8
> > * LinkedIn: http://www.linkedin.com/in/svenreimers
> >
> > Join the NetBeans Groups:
> > * XING: http://www.xing.com/group-20148.82db20
> > * NUGM: http://haug-server.dyndns.org/display/NUGM/Home
> > * LinkedIn: http://www.linkedin.com/groups?gid=1860468
> >   http://www.linkedin.com/groups?gid=107402
> >   http://www.linkedin.com/groups?gid=1684717
> > * Oracle: https://mix.oracle.com/groups/18497
>
>


Re: Only 1 GUI thread & dialogs (was Re: 2 JavaFX applets in the same JVM)

2014-07-09 Thread ngalarneau
Curiously the redirect happens to me in Chrome & Firefox, but not in IE.

Using Chrome's debugger I can see that it reaches the real site, gets an 
http 200 (not a redirect) from it & then goes to the xmission site. 
Unfortunately chrome doesn't show me why it does so.

Oh well, at least I can read the article in IE now. :-)



From:   Jonathan Giles 
To: Richard Bair , ngalarn...@abinitio.com, 
Cc: openjfx-dev@openjdk.java.net
Date:   07/08/2014 06:02 PM
Subject:Re: Only 1 GUI thread & dialogs (was Re: 2 JavaFX applets 
in the same JVM)



Fxexperience.com is fine for me from Australia. I recommend a ctrl-F5 to 
force a refresh.

-- Jonathan
Sent from a touch device. Please excuse my brevity.

On 9 July 2014 07:54:39 GMT+10:00, Richard Bair  
wrote:
Hmmm… FX Experience is running for me. Is anybody else having this 
problem?

Richard

On Jul 8, 2014, at 2:51 PM, ngalarn...@abinitio.com wrote:

 Hi Steve,
 
 My understanding of Swing was that when in a modal dialog, which blocked 
 the EDT, a second EDT was fired up for the duration of the dialog to keep 

 the events flowing.
 
 When you say, below, that only 1 GUI thread is supported (and that thread 

 is the native GUI thread), how are (will?) modal dialogs handled?
 
 
 Thanks,
 
 Neil
 
 P.S. I've been trying to read Jonathan's article on dialogs on 
 fxexperience.com, but haven't been able to because I get redirected to 
 hosting.xmission.com
 
 
 
 From:   Stephen F Northover 
 To: Kevin Rushforth , 
 ngalarn...@abinitio.com, 
 Cc: openjfx-dev@openjdk.java.net
 Date:   07/08/2014 03:41 PM
 Subject:Re: 2 JavaFX applets in the same JVM
 
 
 
 This would imply that there was more than on distinguished GUI thread 
 per process.  JavaFX runs in the native GUI thread by design and more 
 than one GUI thread is not supported in JavaFX and on some platforms 
 (ie. Mac).
 
 Steve
 
 On 2014-07-08, 3:31 PM, Kevin Rushforth wrote:
 
 Is running 2 JavaFX applets in the same JVM supported?
 
 No, this is not supported. RT-29969 (and the non-public RT-32321) is 
 about running multiple applets from the same web page, each in their 
 own JVM. By design, JavaFX runs each applet in its own VM. It is very 
 unlikely that we would ever add the ability to run more than JavaFX 
 applet in the same VM.
 
 -- Kevin
 
 
 ngalarn...@abinitio.com wrote:
 Hello,
 
 What is the status of running 2 JavaFX applets in the same JVM 
 (separate_jvm = false)?
 When we try to load 2 applets into the same JVM we get a runtime 
 error (I think it was class loader related).
 
 When I searched in jira I found RT-29969 (the 2 applet test it refers 
 to may or may not be in the same JVM) which points to RT-32321 which 
 seems to be private (it gives me an error when I try to access it).
 
 Is running 2 JavaFX applets in the same JVM supported?
 
 If not, is that a bug or a feature?
 
 
 Thanks,
 
 Neil
 
 
 
 NOTICE from Ab Initio: This email (including any attachments) may 
 contain information that is subject to confidentiality obligations or 
 is legally privileged, and sender does not waive confidentiality or 
 privilege. If received in error, please notify the sender, delete 
 this email, and make no further use, disclosure, or distribution. 
 
 
 
 
 
 NOTICE from Ab Initio: This email (including any attachments) may contain 

 information that is subject to confidentiality obligations or is legally 
 privileged, and sender does not waive confidentiality or privilege. If 
 received in error, please notify the sender, delete this email, and make 
 no further use, disclosure, or distribution. 



 
NOTICE from Ab Initio: This email (including any attachments) may contain 
information that is subject to confidentiality obligations or is legally 
privileged, and sender does not waive confidentiality or privilege. If 
received in error, please notify the sender, delete this email, and make 
no further use, disclosure, or distribution. 


hg: openjfx/8u-dev/rt: 3 new changesets

2014-07-09 Thread david . grieve
Changeset: c8fa5e33e810
Author:David Grieve
Date:  2014-07-09 08:49 -0400
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c8fa5e33e810

RT-37522: TableColumn: default comparator should use Collator for String types
Reviewed by: Jonathan

! modules/controls/src/main/java/javafx/scene/control/TableColumnBase.java

Changeset: 8b8e11bb3e5c
Author:David Grieve
Date:  2014-07-09 08:49 -0400
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8b8e11bb3e5c

RT-37627: [CSS] SceneBuilder logs WARNING: Could not resolve -sb-base-dark when 
loading fxml file

! modules/graphics/src/main/java/javafx/scene/Node.java

Changeset: a3c363c701c8
Author:David Grieve
Date:  2014-07-09 08:49 -0400
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a3c363c701c8

[TOYS ONLY] fix npe in HelloHighContrast

! apps/toys/Hello/src/main/java/hello/HelloHighContrast.java



hg: openjfx/8u-dev/rt: RT-37865 [Monocle] Show absolute axis bounds in GetEvent

2014-07-09 Thread daniel . blaukopf
Changeset: 8cd193121334
Author:Daniel Blaukopf 
Date:  2014-07-09 15:59 +0300
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8cd193121334

RT-37865 [Monocle] Show absolute axis bounds in GetEvent

! modules/graphics/src/main/java/com/sun/glass/ui/monocle/GetEvent.java



Re: Only 1 GUI thread & dialogs (was Re: 2 JavaFX applets in the same JVM)

2014-07-09 Thread Artem Ananiev


On 7/9/2014 1:51 AM, ngalarn...@abinitio.com wrote:

Hi Steve,

My understanding of Swing was that when in a modal dialog, which blocked
the EDT, a second EDT was fired up for the duration of the dialog to keep
the events flowing.


Swing doesn't do that. When a modal dialog is shown, it starts a nested 
event loop on the same event dispatching thread. JavaFX dialogs are 
implemented the same way.



When you say, below, that only 1 GUI thread is supported (and that thread
is the native GUI thread), how are (will?) modal dialogs handled?


See above. They are implemented with nested event loops.

Thanks,

Artem


Thanks,

Neil

P.S. I've been trying to read Jonathan's article on dialogs on
fxexperience.com, but haven't been able to because I get redirected to
hosting.xmission.com



From:   Stephen F Northover 
To: Kevin Rushforth ,
ngalarn...@abinitio.com,
Cc: openjfx-dev@openjdk.java.net
Date:   07/08/2014 03:41 PM
Subject:Re: 2 JavaFX applets in the same JVM



This would imply that there was more than on distinguished GUI thread
per process.  JavaFX runs in the native GUI thread by design and more
than one GUI thread is not supported in JavaFX and on some platforms
(ie. Mac).

Steve

On 2014-07-08, 3:31 PM, Kevin Rushforth wrote:



Is running 2 JavaFX applets in the same JVM supported?


No, this is not supported. RT-29969 (and the non-public RT-32321) is
about running multiple applets from the same web page, each in their
own JVM. By design, JavaFX runs each applet in its own VM. It is very
unlikely that we would ever add the ability to run more than JavaFX
applet in the same VM.

-- Kevin


ngalarn...@abinitio.com wrote:

Hello,

What is the status of running 2 JavaFX applets in the same JVM
(separate_jvm = false)?
When we try to load 2 applets into the same JVM we get a runtime
error (I think it was class loader related).

When I searched in jira I found RT-29969 (the 2 applet test it refers
to may or may not be in the same JVM) which points to RT-32321 which
seems to be private (it gives me an error when I try to access it).

Is running 2 JavaFX applets in the same JVM supported?

If not, is that a bug or a feature?


Thanks,

Neil



NOTICE from Ab Initio: This email (including any attachments) may
contain information that is subject to confidentiality obligations or
is legally privileged, and sender does not waive confidentiality or
privilege. If received in error, please notify the sender, delete
this email, and make no further use, disclosure, or distribution.






NOTICE from Ab Initio: This email (including any attachments) may contain
information that is subject to confidentiality obligations or is legally
privileged, and sender does not waive confidentiality or privilege. If
received in error, please notify the sender, delete this email, and make
no further use, disclosure, or distribution.



Re: OT: Netbeans ported to JFX?

2014-07-09 Thread Michael Berry
It would be nice in a utopian sense - though I'd have to question if it
would really be worth the resources required?

Personally I'd be much more in favour of further development of JavaFX
itself...

Michael


On 9 July 2014 10:52, Tobias Bley  wrote:

> very interesting question ;)
>
> Will there be a android and iOS version of Netbeans in the future ;)?
>
>
> > Am 09.07.2014 um 11:40 schrieb Robert Krüger :
> >
> > Hi,
> >
> > it is a little off-topic but the people reading this list are most
> > likely the ones who could answer this.
> >
> > Is a port of Netbeans to JFX planned or even ongoing? It would
> > certainly be a huge project but I am asking myself, if there is a way
> > around that with Swing being de-facto legacy if Netbeans isn't dropped
> > as a whole. It would certainly demonstrate Oracle's commitment to JFX
> > as the future for Desktop UIs and would surely help the maturity of
> > JFX which IMHO needs tons of real-world apps to be thrown at it.
> >
> > I would not be surprised not to get an answer for all sorts of
> > understandable reasons but I thought I'd give it a shot anyway.
> >
> > Best regards,
> >
> > Robert
>
>


Re: OT: Netbeans ported to JFX?

2014-07-09 Thread Jeff Martin
My thought is that JavaFX is perfect for an IDE targeted to education, like 
Greenfoot and BlueJ:

SnapCode: SnapCode is the first and only pure JavaFX IDE
YouTube Overview: SnapCode JavaFX Overview

SnapCode has visual code editing ("Snap-coding"), a sprite kit, graphics/sound 
editing, a runtime browser/player with animated transitions and more. It also 
has most of the features you expect in a modern IDE. Hopefully this is a great 
way to attract a new generation of developers and bring JavaFX to all Java 
developers.

What it doesn't have is very much in the way of resources. If anyone wants to 
help, let me know. If Oracle would like to kick in an engineer or a few 
dollars, I wouldn't turn that away either.

We need something like a "JavaFX Playground" before Apple Swift-boat's us. :-)

jeff


On Jul 9, 2014, at 8:29 AM, Michael Berry  wrote:

> It would be nice in a utopian sense - though I'd have to question if it
> would really be worth the resources required?
> 
> Personally I'd be much more in favour of further development of JavaFX
> itself...
> 
> Michael
> 
> 
> On 9 July 2014 10:52, Tobias Bley  wrote:
> 
>> very interesting question ;)
>> 
>> Will there be a android and iOS version of Netbeans in the future ;)?
>> 
>> 
>>> Am 09.07.2014 um 11:40 schrieb Robert Krüger :
>>> 
>>> Hi,
>>> 
>>> it is a little off-topic but the people reading this list are most
>>> likely the ones who could answer this.
>>> 
>>> Is a port of Netbeans to JFX planned or even ongoing? It would
>>> certainly be a huge project but I am asking myself, if there is a way
>>> around that with Swing being de-facto legacy if Netbeans isn't dropped
>>> as a whole. It would certainly demonstrate Oracle's commitment to JFX
>>> as the future for Desktop UIs and would surely help the maturity of
>>> JFX which IMHO needs tons of real-world apps to be thrown at it.
>>> 
>>> I would not be surprised not to get an answer for all sorts of
>>> understandable reasons but I thought I'd give it a shot anyway.
>>> 
>>> Best regards,
>>> 
>>> Robert
>> 
>> 



hg: openjfx/8u-dev/rt: 2 new changesets

2014-07-09 Thread danno . ferrin
Changeset: 815b29fce85f
Author:shemnon
Date:  2014-07-09 14:41 -0600
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/815b29fce85f

RT-37833: [packager] Allow for easier configuration of CFBundleVersion for 
Mac/Mac App Store
Summary: Add a mac.CFBundlerVersion bundler argument.  Defaults to appVersion 
if appVersion is appropriate, 100 otherwise.  Validated as well.

! 
modules/fxpackager/src/main/java/com/oracle/tools/packager/mac/MacAppBundler.java
! 
modules/fxpackager/src/main/resources/com/oracle/tools/packager/mac/Info.plist.template
! 
modules/fxpackager/src/main/resources/com/oracle/tools/packager/mac/MacAppBundler.properties
! 
modules/fxpackager/src/test/java/com/oracle/tools/packager/mac/MacAppBundlerTest.java
! 
modules/fxpackager/src/test/java/com/oracle/tools/packager/mac/MacAppStoreBundlerTest.java

Changeset: d132c15d52f9
Author:shemnon
Date:  2014-07-09 14:42 -0600
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d132c15d52f9

[test-only] - remove stray bundle param, remove dead allocations.

! 
modules/fxpackager/src/test/java/com/oracle/tools/packager/windows/WinServiceBundlerTest.java



hg: openjfx/8u20/rt: 4 new changesets

2014-07-09 Thread kevin . rushforth
Changeset: ac74c958f84b
Author:shemnon
Date:  2014-07-07 07:19 -0600
URL:   http://hg.openjdk.java.net/openjfx/8u20/rt/rev/ac74c958f84b

RT-37832: [packager] Mac App Store Bundler fails to strip jfxmedia.dylib and 
strips Info.plist
Summary: Update the JDK Parameters prior to validating the app image bundler.  
This will get the right rules in place before they are evaluated by the child 
app image bundler's validation.

! 
modules/fxpackager/src/main/java/com/oracle/tools/packager/mac/MacAppStoreBundler.java

Changeset: 8454685619af
Author:shemnon
Date:  2014-07-07 10:51 -0600
URL:   http://hg.openjdk.java.net/openjfx/8u20/rt/rev/8454685619af

RT-37832: [packager] Mac App Store Bundler fails to strip jfxmedia.dylib and 
strips Info.plist
Summary: unit test for file verifications

! 
modules/fxpackager/src/test/java/com/oracle/tools/packager/mac/MacAppStoreBundlerTest.java

Changeset: aa9782241775
Author:Felipe Heidrich 
Date:  2014-07-07 21:00 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u20/rt/rev/aa9782241775

RT-37809: [Mac Yosemite] Random crash launching jfx app on Mac 10.10 dev prev 2

! modules/graphics/src/main/native-glass/mac/GlassScreen.m

Changeset: 582d275d227d
Author:Felipe Heidrich 
Date:  2014-07-08 10:06 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u20/rt/rev/582d275d227d

RT-37856: [Linux, Font] IllegalArgumentException when trying to open HTMLEditor 
font name combobox

! modules/graphics/src/main/java/com/sun/javafx/font/freetype/FTFontFile.java



Re: Camera look at in 3d

2014-07-09 Thread Chien Yang
We aren't ready to support ease of easy camera controls in JavaFX 8. 
However our sample team did include a camera control utility in the 
JavaFX 8 Samples download. Please look for the 
com.javafx.experiments.jfx3dviewer package.


Thanks,
- Chien


On 7/9/2014 3:26 AM, Jack Moxley wrote:

One of the things sorely missed is a simple way of getting the camera to rotate 
so it looks at a specified point in 3d space. I am racking my head trying to 
work out how to do this, does anyone have any ideas/pointers in how to achieve 
this?

Any help much appreciated.

Kind regards,

Jack





hg: openjfx/8u-dev/rt: RT-37871 [Monocle] monocle.input.traceEvents.verbose should imply monocle.input.traceEvents

2014-07-09 Thread daniel . blaukopf
Changeset: acc06f0a5691
Author:Daniel Blaukopf 
Date:  2014-07-09 20:43 +0300
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/acc06f0a5691

RT-37871 [Monocle] monocle.input.traceEvents.verbose should imply 
monocle.input.traceEvents

! modules/graphics/src/main/java/com/sun/glass/ui/monocle/MonocleSettings.java



hg: openjfx/8u-dev/rt: RT-37877: ConcurrentModificationException when changing user-agent stylesheets

2014-07-09 Thread david . grieve
Changeset: 12667ba4eb22
Author:David Grieve
Date:  2014-07-09 17:15 -0400
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/12667ba4eb22

RT-37877: ConcurrentModificationException when changing user-agent stylesheets

! modules/graphics/src/main/java/com/sun/javafx/css/StyleManager.java



Re: OT: Netbeans ported to JFX?

2014-07-09 Thread Danno Ferrin

On Jul 9, 2014, at 8:14 AM, Jeff Martin  wrote:

> We need something like a "JavaFX Playground"

Something like this?  https://www.youtube.com/watch?v=g2DJb58at10

Looks like Carl will also be presenting this at JavaOne this year.

—Danno

hg: openjfx/8u20/rt: Added tag 8u20-b22 for changeset 6bd56ba93d13

2014-07-09 Thread hang . vo
Changeset: 70728eaeb532
Author:hudson
Date:  2014-07-09 07:35 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u20/rt/rev/70728eaeb532

Added tag 8u20-b22 for changeset 6bd56ba93d13

! .hgtags



[8u Review Request] RT-37551: loading user-agent stylesheets one at a time from PlatformImpl is inefficient

2014-07-09 Thread David Grieve

Steve, Kevin -

I'd like for you to review these changes as they affect PlatformImpl.

https://javafx-jira.kenai.com/browse/RT-37551
http://cr.openjdk.java.net/~dgrieve/RT-37551/webrev.00/ 



hg: openjfx/8u-dev/rt: 7 new changesets

2014-07-09 Thread kevin . rushforth
Changeset: 6bd56ba93d13
Author:kcr
Date:  2014-07-03 11:09 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6bd56ba93d13

RT-37790: Various source files are missing from javafx-src.zip
Reviewed-by: fheidric

! build.gradle

Changeset: 70728eaeb532
Author:hudson
Date:  2014-07-09 07:35 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/70728eaeb532

Added tag 8u20-b22 for changeset 6bd56ba93d13

! .hgtags

Changeset: ac74c958f84b
Author:shemnon
Date:  2014-07-07 07:19 -0600
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/ac74c958f84b

RT-37832: [packager] Mac App Store Bundler fails to strip jfxmedia.dylib and 
strips Info.plist
Summary: Update the JDK Parameters prior to validating the app image bundler.  
This will get the right rules in place before they are evaluated by the child 
app image bundler's validation.

! 
modules/fxpackager/src/main/java/com/oracle/tools/packager/mac/MacAppStoreBundler.java

Changeset: 8454685619af
Author:shemnon
Date:  2014-07-07 10:51 -0600
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8454685619af

RT-37832: [packager] Mac App Store Bundler fails to strip jfxmedia.dylib and 
strips Info.plist
Summary: unit test for file verifications

! 
modules/fxpackager/src/test/java/com/oracle/tools/packager/mac/MacAppStoreBundlerTest.java

Changeset: aa9782241775
Author:Felipe Heidrich 
Date:  2014-07-07 21:00 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/aa9782241775

RT-37809: [Mac Yosemite] Random crash launching jfx app on Mac 10.10 dev prev 2

! modules/graphics/src/main/native-glass/mac/GlassScreen.m

Changeset: 582d275d227d
Author:Felipe Heidrich 
Date:  2014-07-08 10:06 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/582d275d227d

RT-37856: [Linux, Font] IllegalArgumentException when trying to open HTMLEditor 
font name combobox

! modules/graphics/src/main/java/com/sun/javafx/font/freetype/FTFontFile.java

Changeset: 9fd2a2c6d7d0
Author:kcr
Date:  2014-07-09 17:10 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9fd2a2c6d7d0

Automated merge with http://hg.openjdk.java.net/openjfx/8u20/rt

- .idea/rt-tests.iml
! build.gradle
! 
modules/fxpackager/src/test/java/com/oracle/tools/packager/mac/MacAppStoreBundlerTest.java
- modules/graphics/src/main/java/com/sun/glass/ui/PlatformAccessible.java
- 
modules/graphics/src/main/java/com/sun/glass/ui/monocle/dispman/DispmanAcceleratedScreen.java
- 
modules/graphics/src/main/java/com/sun/glass/ui/monocle/dispman/DispmanCursor.java
- 
modules/graphics/src/main/java/com/sun/glass/ui/monocle/dispman/DispmanPlatform.java
- 
modules/graphics/src/main/java/com/sun/glass/ui/monocle/dispman/DispmanPlatformFactory.java
- 
modules/graphics/src/main/java/com/sun/glass/ui/monocle/dispman/DispmanScreen.java
- 
modules/graphics/src/main/java/com/sun/glass/ui/monocle/headless/HeadlessPlatform.java
- 
modules/graphics/src/main/java/com/sun/glass/ui/monocle/headless/HeadlessPlatformFactory.java
- 
modules/graphics/src/main/java/com/sun/glass/ui/monocle/headless/HeadlessScreen.java
- modules/graphics/src/main/java/com/sun/glass/ui/monocle/input/InputDevice.java
- 
modules/graphics/src/main/java/com/sun/glass/ui/monocle/input/InputDeviceRegistry.java
- modules/graphics/src/main/java/com/sun/glass/ui/monocle/input/KeyInput.java
- modules/graphics/src/main/java/com/sun/glass/ui/monocle/input/KeyState.java
- modules/graphics/src/main/java/com/sun/glass/ui/monocle/input/MouseInput.java
- 
modules/graphics/src/main/java/com/sun/glass/ui/monocle/input/MouseInputSynthesizer.java
- modules/graphics/src/main/java/com/sun/glass/ui/monocle/input/MouseState.java
- modules/graphics/src/main/java/com/sun/glass/ui/monocle/input/TouchInput.java
- modules/graphics/src/main/java/com/sun/glass/ui/monocle/input/TouchState.java
- 
modules/graphics/src/main/java/com/sun/glass/ui/monocle/input/filters/AssignPointIDTouchFilter.java
- 
modules/graphics/src/main/java/com/sun/glass/ui/monocle/input/filters/LookaheadTouchFilter.java
- 
modules/graphics/src/main/java/com/sun/glass/ui/monocle/input/filters/NearbyPointsTouchFilter.java
- 
modules/graphics/src/main/java/com/sun/glass/ui/monocle/input/filters/SmallMoveTouchFilter.java
- 
modules/graphics/src/main/java/com/sun/glass/ui/monocle/input/filters/TouchFilter.java
- 
modules/graphics/src/main/java/com/sun/glass/ui/monocle/input/filters/TouchPipeline.java
- 
modules/graphics/src/main/java/com/sun/glass/ui/monocle/linux/AbsoluteInputCapabilities.java
- modules/graphics/src/main/java/com/sun/glass/ui/monocle/linux/FBDevScreen.java
- modules/graphics/src/main/java/com/sun/glass/ui/monocle/linux/GetEvent.java
- modules/graphics/src/main/java/com/sun/glass/ui/monocle/linux/Input.java
- modules/graphics/src/main/java/com/sun/glass/ui/monocle/linux/KeyBits.java
- 
modules/graphics/src/main/java/com/sun/glass/ui/monocle/linux/LinuxEventBuffer.java
- 
modules/graphics/src/m

hg: openjfx/8u-dev/rt: RT-37818: [CSS] Drag triggers NPE at com.sun.javafx.css.StyleManager.removeStylesheetContainer

2014-07-09 Thread david . grieve
Changeset: 779bbf1e9a68
Author:David Grieve
Date:  2014-07-09 20:47 -0400
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/779bbf1e9a68

RT-37818: [CSS] Drag triggers NPE at 
com.sun.javafx.css.StyleManager.removeStylesheetContainer

! modules/graphics/src/main/java/com/sun/javafx/css/StyleManager.java



Re: OT: Netbeans ported to JFX?

2014-07-09 Thread Sven Reimers
If you you are looking for modular application frameworks based on NetBeans
Platform... bitbucket.org/sreimers/eFX or mfx.java.net

-Sven
Am 09.07.2014 23:32 schrieb "Danno Ferrin" :

>
> On Jul 9, 2014, at 8:14 AM, Jeff Martin  wrote:
>
> > We need something like a "JavaFX Playground"
>
> Something like this?  https://www.youtube.com/watch?v=g2DJb58at10
>
> Looks like Carl will also be presenting this at JavaOne this year.
>
> —Danno