Re: JavaFX 11 snapshots in maven sonatype

2018-07-08 Thread Sven Reimers
Hi, I think I like the idea of just having something similiar like OpenJDK e.g. 11.0.0-ea18. Do we really need snapshots - i.e. continuous builds published to maven central? -Sven Scott Palmer schrieb am So., 8. Juli 2018, 19:04: > If separate Gradle processes produce the artifacts, there is p

Re: modules versus SDK's

2018-03-26 Thread Sven Reimers
+1 for getting it the "normal" way.. Sven Tom Eugelink schrieb am Mo., 26. März 2018, 10:59: > I totally assumed that, when JavaFX is separated out, it will distributed > as an artifact on Maven central (or similar) so it can be included like a > dependency. Feels like a no brainer? > > > On 26

Re: Test failures running on OS X

2018-03-14 Thread Sven Reimers
with JDK 11. See: > > https://github.com/gradle/gradle/issues/4515 > https://bugs.openjdk.java.net/browse/JDK-8199069 > > > -- Kevin > > > Sven Reimers wrote: > > Already downloading.. > > Thanks > > Sven > > Am 14.03.2018 22:08 schrieb "Kevin R

Re: Test failures running on OS X

2018-03-14 Thread Sven Reimers
ing with a >> libwebkit.dylib that is out of date w.r.t., the java source. >> >> In your case it looks like you are using the native webkit library from >> JDK 9.0.4 and the sources from jfx-dev (11-ea). >> >> -- Kevin >> >> >> Sven Reimers wro

Re: Test failures running on OS X

2018-03-14 Thread Sven Reimers
; In your case it looks like you are using the native webkit library from > JDK 9.0.4 and the sources from jfx-dev (11-ea). > > -- Kevin > > > > Sven Reimers wrote: > > No further test failures due to locale, but I get this... > > > Task :web:test FAILED > #

Re: Test failures running on OS X

2018-03-14 Thread Sven Reimers
Locale to >> Locale.US in a static @BeforeClass method in the test class [1]. Perhaps a >> similar solution is needed here. >> >> -- Kevin >> >> [1] https://bugs.openjdk.java.net/browse/JDK-8160039 >> >> >> >> Sven Reimers wrote:

Test failures running on OS X

2018-03-10 Thread Sven Reimers
Hi, getting back into the OpenJFX I started with a fresh clone and ran gradle test.. I got test.javafx.scene.control.SpinnerTest > dblSpinner_testToString_valueInRange FAILED junit.framework.ComparisonFailure: null expected:<0[.]3> but was:<0[,]3> at junit.framework.Assert.assertEqua

Re: The "javafx might not be present" problem

2018-02-09 Thread Sven Reimers
Hi, so we will need a JSR first and get it added to SE afterwards. That does not sound very feasible. Any comments? Sven Am 09.02.2018 18:53 schrieb "dalibor topic" : > On 09.02.2018 15:07, Michael Paus wrote: > >> Who defines that everything Open... can only contain what is included in >>

Re: Fwd: Re: Marlin-Renderer and JavaFX

2016-10-17 Thread Sven Reimers
Seeing that there is JEP about AOT showing a 9 in the release number just published, Marlin-Renderer should not be so big... -Sven Am 17.10.2016 16:42 schrieb "Kevin Rushforth" : > Hi Laurent, > > Sure, we will share any benchmark results we have, although we likely > won't have too much time to

Re: What does this mean for the future of JavaFX on iOS?

2016-04-18 Thread Sven Reimers
ectively > "shutting down". > >>>>> > >>>>> https://www.voxxed.com/blog/2016/04/robovm/ > >>>>> > >>>>> Given that they seem to be a critical part of the puzzle that is > making JavaFX viable on mobile platforms, what

Re: JavaFX community site

2015-11-24 Thread Sven Reimers
is site only seems to aggragte forum posts - no blog >> aggregator or other information. >> >> It would be great if you could bring those back. >> >> -Florian >> > > -- Sven Reimers * Senior Expert Software Architect * Java Champion * NetBeans Drea

Re: Failure building openjfx 9-dev against jdk9 build fails

2015-08-28 Thread Sven Reimers
t; this as a concern. > > -- Kevin, feeling rather embarrassed to have completely let this one > slip... > > > > Sven Reimers wrote: > > Thanks... seems it is broken for some time already, if I got the correct > commit... > > It was my own local jdk build -

Re: Failure building openjfx 9-dev against jdk9 build fails

2015-08-28 Thread Sven Reimers
ipt doesn't know to look for it in $JDK_HOME/lib and warn you if you >> forget -- it only looks in $JDK_HOME/jre/lib/ext which is where it is in >> JDK 8. >> >> -- Kevin >> >> >> Sven Reimers wrote: >> >>> Hi, >>> >>> I get the

Failure building openjfx 9-dev against jdk9 build fails

2015-08-28 Thread Sven Reimers
... So should we build 9-dev against jdk8u-60? Seems I must have missed something -Sven -- Sven Reimers * Senior Expert Software Architect * Java Champion * NetBeans Dream Team Member: http://dreamteam.netbeans.org * Community Leader NetBeans: http://community.java.net/netbeans

Re: Usage of internal API's in charts

2015-08-26 Thread Sven Reimers
Ok. That what I assumed. Shall we try to compile a list with needed API's? -Sven Am 26.08.2015 19:19 schrieb "Pedro Duque Vieira" < pedro.duquevie...@gmail.com>: > I've also extended charts and have also been confronted with internal APIs. > > -- > Pedro Duque Vieira >

Re: Usage of internal API's in charts

2015-08-25 Thread Sven Reimers
gt; Yes. Although not all of them will be address in JDK 9, it will be >> helpful to know what they are and what the use case is. >> > > I agree with Kevin - half the battle is just knowing what is generally > useful. It would be wise to have an umbrella issue in JBS that tracks

Usage of internal API's in charts

2015-08-25 Thread Sven Reimers
and make sure all necessary implementations can be accessed via javafx.* packages? Thanks. Sven -- Sven Reimers * Senior Expert Software Architect * Java Champion * NetBeans Dream Team Member: http://dreamteam.netbeans.org * Community Leader NetBeans: http://community.java.net/netbeans

Re: Tick marks on slider

2015-06-08 Thread Sven Reimers
Done.. https://javafx-jira.kenai.com/browse/RT-46179 Sven P.S. If time permits I could have a look at a possible fix (somewhere down in NumberAxis I suppose) - interested? On Mon, Jun 8, 2015 at 2:43 PM, Kevin Rushforth wrote: > Yes, please file a bug. > > -- Kevin > > > &g

Tick marks on slider

2015-06-06 Thread Sven Reimers
? Shall I file a bug (seems I still can do this in a lightweight mode until transition is finished). -Sven -- Sven Reimers * Senior Expert Software Architect * Java Champion * NetBeans Dream Team Member: http://dreamteam.netbeans.org * Community Leader NetBeans: http://community.java.net/netbeans

Re: Building Scene Builder

2015-05-27 Thread Sven Reimers
So, is this a call for community and Gradle experts please helps us? We are able (and want) to upgrade to a newer gradle version? We want to share the whole pile of dirty gradle scripts to get you started? Sounds interesting to me... -Sven Am 27.05.2015 18:48 schrieb "David Hill" : > On 5/27/

License for DukePad and some of the demo apps

2015-01-25 Thread Sven Reimers
Hi, any special reason the demo code for the duke pad and the according apps is GPL with CPE and not BSD like SceneBuilder app (and some off the other demo apps). In general licensing seems to be not consistent. Any special reason? Thanks Sven -- Sven Reimers * Senior Expert Software

Re: Is this the end of support raspberrry pi?

2014-12-19 Thread Sven Reimers
So, the community challenge is to rewrite this beast to make it run smoothly on a pi? -Sven Am 19.12.2014 17:47 schrieb "David Hill" : > On 12/19/14, 1:23 AM, Ladislav Török wrote: > >> In JavaFX Jira is enough bugs marked as " >> Won't Fix" lately. For example: RT-33958, RT-33959, RT-33960, RT-3

EA builds of 8u40 and 9 for arm (RaspberryPi)

2014-11-30 Thread Sven Reimers
Hi guys, hope this is the correct mailing list to ask.. I was looking for ea builds of 8u40 and 9 for arm (RaspberryPi) on jdk8.java.net and jdl9.java.net, but I can't find them there... Any chance they get published once again? Thanks -Sven -- Sven Reimers * Senior Expert Sof

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" > > Somethin

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

[SceneBuilderKit]

2014-07-08 Thread Sven Reimers
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

Re: Extending a Region to create a JUNG Layout

2014-06-01 Thread Sven Reimers
ng properties, CSS and the like. > > >> > > >> I've built a quick demo ( > > >> https://gist.github.com/jrguenther/9d0c37329f9928a2b56e) and need > help > > >> going forward. I've been reading the docs and hitting google, but I > > think

Re: Extending a Region to create a JUNG Layout

2014-06-01 Thread Sven Reimers
Upps.. Controller compatible... -Sven Am 01.06.2014 10:34 schrieb "Sven Reimers" : > Controller compatible? > > -Sven > Am 01.06.2014 03:17 schrieb "Danno Ferrin" : > >> The new matrix classes exposed in JavaFX 8 help a lot. >> >> I'll r

Re: Extending a Region to create a JUNG Layout

2014-05-30 Thread Sven Reimers
lar, how can I get a region to relayout it's children when it's > being resized? > When does a the region's parent call layoutChildren()? > If the height and width of the region are set to Double.MAX_VALUE > indicating the area can grow infinitely, how does the region kno

Re: SceneBuilder Integration in NetBeans

2014-03-17 Thread Sven Reimers
Watching it now :-) Thanks -Sven Am 17.03.2014 16:52 schrieb "Eric Le Ponner" : > Le 17 mars 2014 à 16:10, Sven Reimers a écrit : > > Yes, I can confirm everything looks ok.. but exceptions all over the place > don't make feel comfortable... > > > Sure. &g

Re: SceneBuilder Integration in NetBeans

2014-03-17 Thread Sven Reimers
SB to complete its drag and drop gestures. Does it match what you've > observed ? > > Cheers. > > Eric > > > > Le 17 mars 2014 à 14:49, Sven Reimers a écrit : > > > Created RT-36240 > > > > -Sven > > Am 17.03.2014 13:10 schrieb "Kevin Ru

Re: SceneBuilder Integration in NetBeans

2014-03-17 Thread Sven Reimers
Created RT-36240 -Sven Am 17.03.2014 13:10 schrieb "Kevin Rushforth" : > Hi Sven, > > If you file the bug then yes, we can look at it for 8u20 (there is no > "earlier"). > > And thanks to Petr for providing the evaluation for this. > > -- Kevin > &

Re: SceneBuilder Integration in NetBeans

2014-03-17 Thread Sven Reimers
ver it does not > take into account the representation class. This works fine for basic types > like text or may be image, but it completely does not work for custom types > with custom representation classes. > > You could file a bug for this. > > With best regards. Petr. > > On 17.0

Re: SceneBuilder Integration in NetBeans

2014-03-17 Thread Sven Reimers
explicitly specify the representation class in the > DataFlavor you are trying to put? > Like this: new DataFlavor("scene.builder/internal; > class=java.nio.HeapByteBuffer", "SceneBuilder internal DF"") > > With best regards. Petr. > >

Re: SceneBuilder Integration in NetBeans

2014-03-16 Thread Sven Reimers
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) On Sun, Mar 16, 2014 at 8:30 PM, Sven Reimers

SceneBuilder Integration in NetBeans

2014-03-16 Thread Sven Reimers
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) -- Sven Reimers

JMX

2013-11-13 Thread Sven Reimers
Hi guys, shouldn't the MXBeans be registered by default, if they are available? At the moment I have to add javafx-mx.jar to the classpath and then say MXExtension.initializeIfAvailable(); Shall I file an issue? -Sven -- Sven Reimers * Senior Expert Software Architect * NetBeans Dream

How to activate JavaFX JMX support

2013-11-11 Thread Sven Reimers
Hi, looking into the mbeans available after attaching to the vm I can't see the mbeans open sourced last week. So is there a configuration to activate the registration? Thanks -Sven -- Sven Reimers * Senior Expert Software Architect * NetBeans Dream Team Member:

Re: Exception trying to embedd SceneBuilder EA 2.0 into NetBeans

2013-11-11 Thread Sven Reimers
Thanks Tom.. Waiting for a new build... -Sven P.S. I should make a habit of having some jdk ea build lying around... On Mon, Nov 11, 2013 at 2:59 PM, Tom Schindl wrote: > The method has been renamed to impl_setStaticLoad! > > Tom > > On 11.11.13 14:54, Sven Reimers wro

Exception trying to embedd SceneBuilder EA 2.0 into NetBeans

2013-11-11 Thread Sven Reimers
com.oracle.javafx.scenebuilder.kit.editor.EditorController.updateFxomDocument(EditorController.java:1245) at com.oracle.javafx.scenebuilder.kit.editor.EditorController.setFxmlTextAndLocation(EditorController.java:428) -- Sven Reimers * Senior Expert Software Architect * NetBeans Dream Team Member: http://dreamteam.netbeans.org * Community Leader NetBeans: http

NPE in skin.Utils.computeXOffset

2013-11-09 Thread Sven Reimers
(InvokeLaterDispatcher.java:95) 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

Re: JavaFX on iOS and Android: The real problem and challenge

2013-11-09 Thread Sven Reimers
gt; >>>>>>>>> integrate JavaFX controls with true native controls. As has > > been pointed > > >>>>>>>>> out, there are some native controls on both iOS and Android for > > which > > >>>>>>>>>

Re: SceneBuilder 2 and OS X

2013-11-03 Thread Sven Reimers
mac build was resolved, just > the Mac release was delayed until it could have its build problems > resolved. I'm sure the Mac build will come out asap. > > -- Jonathan > > On 4/11/2013 9:55 a.m., Sven Reimers wrote: > > Why is not available at the moment? > >

SceneBuilder 2 and OS X

2013-11-03 Thread Sven Reimers
Why is not available at the moment? Thanks for clarification.. -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

Re: JavaFX on iOS and Android: The real problem and challenge

2013-10-24 Thread Sven Reimers
t;>> someone > > >>>>>>>> were to develop near identical lightweight controls in JavaFX, > > they would > > >>>>>>>> need to behave slightly differently on iOS than they do on > > Android and > > >>>&

Re: Media is now opensource

2013-10-18 Thread Sven Reimers
Put me down as interested Richard. We can chat a bit on it at Devoxx Sven Am 19.10.2013 02:08 schrieb "Richard Bair" : > > That's pretty much it. VP6, T2K, deploy, FX JMX tooling. > > VP6 won't ever be opened because it is licensed 3rd party code. However it > isn't used that much anymore, most

Re: Constructor annotation

2013-10-16 Thread Sven Reimers
ot;b", "list"}) > >>>>>public ImmutableClass(int a, int b, Integer... list) > >>>>> > >>>>> 2. Annotate the arguments: > >>>>> e.g. > >>>>>public ImmutableClass(@F

TabPane Performance RT24105

2013-10-09 Thread Sven Reimers
your support -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 * Duke's C

Re: Lambdafication (was Re: Default methods in JFX-8)

2013-10-07 Thread Sven Reimers
Done... https://bitbucket.org/sreimers/openjfx-8-lambdafication Have fun -Sven On Mon, Oct 7, 2013 at 10:42 PM, Sven Reimers wrote: > Ok jfxrt.jar sizes build from openjfx: > > 8165779 -> 7736259 bytes > > Will try to get this into a fork on github so you all can play with

Re: Lambdafication (was Re: Default methods in JFX-8)

2013-10-07 Thread Sven Reimers
Ok jfxrt.jar sizes build from openjfx: 8165779 -> 7736259 bytes Will try to get this into a fork on github so you all can play with the actual state... -Sven On Mon, Oct 7, 2013 at 10:32 PM, Sven Reimers wrote: > First batch of statistics (controls submodule so far) > > 1630 vs

Re: Lambdafication (was Re: Default methods in JFX-8)

2013-10-07 Thread Sven Reimers
Cool will try to get this done... -Sven On Mon, Oct 7, 2013 at 10:31 PM, Danno Ferrin wrote: > You can fork from here: > > https://bitbucket.org/openjfxmirrors/openjfx-8-graphics-rt > > It updates every 4 hours based on a cloudbees job. > > > On Mon, Oct 7, 2013 at 11:2

Re: Lambdafication (was Re: Default methods in JFX-8)

2013-10-07 Thread Sven Reimers
3 at 8:21 AM, Tom Schindl >wrote: > > > >> ... I can't see any real improvement for using lambdas beside that you > >> killed off warnings which could be fixed otherwise as well. > >> > >> So I really don't get what it would help us beside maki

Building on Mac with latest Xcode

2013-10-07 Thread Sven Reimers
appreciated. 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 * Duke's

Re: Lambdafication (was Re: Default methods in JFX-8)

2013-10-07 Thread Sven Reimers
en question it's value. > > > > > > On Mon, Oct 7, 2013 at 8:21 AM, Tom Schindl >wrote: > > > >> ... I can't see any real improvement for using lambdas beside that you > >> killed off warnings which could be fixed otherwise as well. > >> &g

Re: Lambdafication (was Re: Default methods in JFX-8)

2013-10-07 Thread Sven Reimers
es are and whether someone has time to review it in the > next two weeks. > > -- Kevin > > > > > Sven Reimers wrote: > > Ok. So here are the results of trying to add lambda and diamond to the > controls module: > > 1. A lot of generics and typing to be fixed (e

Re: Lambdafication (was Re: Default methods in JFX-8)

2013-10-06 Thread Sven Reimers
6. Any chances anything of this can still go in 8 (e.g. get rid of warnings 7. Probably more things I just can't think of at the moment... How to take this forward? If there is interest in the change I could make available... Comments? Ideas? -Sven On Fri, Oct 4, 2013 at 2:19 PM, Sven Reim

Re: Lambdafication (was Re: Default methods in JFX-8)

2013-10-04 Thread Sven Reimers
Oh and btw - would you go for lambda with or without additional type info before parameter name? -Sven On Fri, Oct 4, 2013 at 2:05 PM, Sven Reimers wrote: > Ok. Here you go... > > I just did an inspection run for the controls module and my IDE came up > with (drum roll) 888 pos

Re: Lambdafication (was Re: Default methods in JFX-8)

2013-10-04 Thread Sven Reimers
ngs in noise in the Java files is so big. At one time I just took the > concurrent classes and lambda-ized them to measure the impact on those > classes. You could maybe pick a package and just lambda-ize that one > package and see what happens in terms of size reduction. W

Re: Lambdafication (was Re: Default methods in JFX-8)

2013-10-03 Thread Sven Reimers
in up synthetic classes > created at usage time) > +/- And increase or decrease in performance > + A decrease in source code > > It would be interesting to get some data for these points and see what > effect lambda's have. Especially if an IDE can just do it in b

Re: Small API Tweak to Task (Worker)

2013-10-03 Thread Sven Reimers
thought. Thanks for listening -Sven On Thu, Sep 26, 2013 at 10:39 PM, Richard Bair wrote: > What are some examples of tasks that would not be cancelable? > > Richard > > On Sep 2, 2013, at 9:13 AM, Sven Reimers wrote: > > > Hi, > > > > I am trying to build a

NPE in fullscreen mode using keyboard

2013-09-20 Thread Sven Reimers
w.java:508) at com.sun.glass.ui.View.notifyKey(View.java:911) 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

Re: Hovering and Tooltips are exclusive?

2013-09-14 Thread Sven Reimers
d to my shape. > > So the question is - is it specified that showing the tooltip switches > off > > hovering? > > Thanks > > -Sven > > -- > > Sven Reimers > > * Senior Expert Software Architect > > * NetBeans Dream Team Member: http://dreamteam.netbeans.org

Hovering and Tooltips are exclusive?

2013-09-14 Thread Sven Reimers
again applied to my shape. So the question is - is it specified that showing the tooltip switches off hovering? Thanks -Sven -- Sven Reimers * Senior Expert Software Architect * NetBeans Dream Team Member: http://dreamteam.netbeans.org * Community Leader NetBeans: http://community.java.net

Small API Tweak to Task (Worker)

2013-09-02 Thread Sven Reimers
cooperative to a call to cancel? Something along the following lines public boolean isCancellable() { return true; } // default This would enable users of the API to distinguish between Tasks which really can be cancelled from those which just fulfill the API contract. Comments? -Sven -- Sven Reimers

Re: DateAxis..

2013-09-01 Thread Sven Reimers
his is valuable for the framework (I do see people asking > for > > this) and if so would you like me to submit it for your evaluation and > > perhaps addition to the framework. > > Sorry, I'm kind of new to submitting patches... > > > > Thanks, best regards,

Re: Unchecked conversion warning

2013-08-13 Thread Sven Reimers
Running from console with javac from jdk8 b102 gives me the warning.. but still maybe my config error somewhere... -Sven On Tue, Aug 13, 2013 at 5:48 PM, Tom Schindl wrote: > Yes - I've run which "javac -Xlint Main.java" > > Tom > > On 13.08.13 17:04, Sven Rei

Re: Unchecked conversion warning

2013-08-13 Thread Sven Reimers
Did you try on console? -Sven On Tue, Aug 13, 2013 at 4:39 PM, Tom Schindl wrote: > No warning in Eclipse so: > a) it is javac (Eclipse uses its own compiler) > b) it is netbeans use of javac > > Tom > > On 13.08.13 16:20, Sven Reimers wrote: > > Just use b102 cre

Re: Unchecked conversion warning

2013-08-13 Thread Sven Reimers
hat I > probably don't spot this warning. In the gradle build I think all > warnings are simply turned off. > > Tom > > On 13.08.13 15:29, Sven Reimers wrote: > > Hi guys, > > > > trying to compile > > > > ReadOnlyObjectProperty stateP

Unchecked conversion warning

2013-08-13 Thread Sven Reimers
sure if this is something broken om my dev machine - can anyone confirm? Thanks -Sven -- Sven Reimers * Senior Expert Software Architect * NetBeans Dream Team Member: http://dreamteam.netbeans.org * Community Leader NetBeans: http://community.java.net/netbeans

Re: Rowsorting of TableView with SortedList/FilteredList

2013-08-12 Thread Sven Reimers
;>(FXCollections.**observableArrayList(2, 1, 3), (e) -> > >> true); > >> //final TableView tableView = new TableView<>(filteredList ); > >> > >> // Don't forget to define columns! > >> final TableColumn integerColumn = new > >> TableColumn

Re: JavaFX 2 memory leaks in StyleManager (making FX2 completely unusable for application development)

2013-07-30 Thread Sven Reimers
eenshots from the Memory Analyzer can be seen at: > > http://www.efxclipse.org/image001.png > > http://www.efxclipse.org/image002.png > > > > Tom > > > -- Sven Reimers * Senior Expert Software Architect * NetBeans Dream Team Member: http://dreamteam.netbeans.org *

NSInvalidSendPortException

2013-07-27 Thread Sven Reimers
? -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 * Duke's Choice Award Winner

Re: Java Deployment (was Re: JavaFX 8 Progress)

2013-07-18 Thread Sven Reimers
fix it, move on" song > before from a number of people. What I haven't heard is a credible > solution to solving the very real problem of keeping an app up-to-date in a > corporate setting. For the most part, I agree that if you're in the > business of selling commercia