OK, this still comes a bit as a surprise as the source code has been kept in
the repo and was not just provided as a ZIP file.
I'm currently working on a tool based on the SceneBuilder Kit. I needed to work
on the code a bit and was planning to donate the code back to OpenJFX once
released, as
Hi,
Sorry to bother this list with this question, but I didn' receive any answer on
Stackoverflow and I'm not sure if or how this is supported at all:
https://stackoverflow.com/questions/45467626/custom-skin-style-popup
https://stackoverflow.com/questions/14610639/custom-control-opaque-popup
In
Hi,
I'm still new to the Jigsaw module system, but I've found some documentation
which is strange:
The Javadoc states that javafx.base depends on java.base:
http://download.java.net/java/jdk9/docs/api/javafx.base-summary.html
But when we look at the source code, we see that javafx.base depends o
ished/ configured it should even
be possible to set-up another CI server job for 2 way synchronization, as it
can be made sure everything has been reviewed by an accepted reviewer.
-Florian
Am Mittwoch, 2. Dezember 2015, 23.43:44 schrieb Florian Brunner:
> Some time ago there actaully was a OpenJ
Some time ago there actaully was a OpenJFX mirror repository on BitBucket.
I'm not totally sure anymore why this was stopped. I think it needs someone
who keeps the repositories in sync and there were some concerns that it's
harder to control who wrote a patch. But maybe the idea with CLA signer
I read this article as well some days ago. It has some very valid points, but
all in all I think JavaFX is still the best option out there.
That said I was quite surprised that I got confronted today with the very same
article by colleagues of mine who are in charge with company-wide adoption of
Hi,
There used to be a JavaFX community site with a nice blog aggregator and other
useful information: http://community.java.net/community/javafx
Now this gets redirected to a seemingly new platform:
https://community.oracle.com/community/java
The actual new sub-site for JavaFX can be found at
Hi Kevin,
Thanks for the update.
Back in 2012 there was the following statement from Oracle:
"Oracle intends to standardize relevant parts of JavaFX through the JCP in the
Java SE 9 time frame."
http://www.oracle.com/us/corporate/press/1854982
What about this plan?
-Florian
Am Samstag, 27.
herefore makes
> > use of the OpenJDK infrastructure. My main point is that any movement
> > regarding infrastructure is guided by an over-arching infrastructure
> > team, in conjunction with the OpenJDK masters. OpenJFX can't work
> > independent of this.
> >
> > --
Hi,
AFAIK there is/ was a mirror of OpenJFX at BitBucket.
I think the URL was https://bitbucket.org/openjfxmirrors, but it's not valid
anymore.
Is there still a mirror of OpenJFX at BitBucket?
A fork/pull-request workflow is state-of-the-art nowadays in software
development and way better tha
Indeed, this is really bad news then. :-(
JavaFX gets further from "write once run anywhere" instead of closer. :-(
-Florian
Am Mittwoch, 21. Januar 2015, 06.52:58 schrieb Ladislav Török:
> Hi,
> from Release Notes for JDK 8u33 for ARM (see:
> http://www.oracle.com/technetwork/java/javase/jdk-8
I've cross-posted the question here:
http://stackoverflow.com/questions/27953751/splitpane-layout-issue
I'm still looking for solutions.
-Florian
Am Montag, 5. Januar 2015, 22.35:48 schrieb Florian Brunner:
> Hi Scott,
>
> Thanks for your answer.
>
> Unfortunatly,
cott
>
> > On Dec 22, 2014, at 7:13 AM, Florian Brunner wrote:
> >
> > Hi,
> >
> > Sometimes when I'm setting the divider positions of a SplitPane
> > programmatically my value get overridden again by some JavaFX internal
> > layout code.
> >
Hi,
Sometimes when I'm setting the divider positions of a SplitPane
programmatically my value get overridden again by some JavaFX internal layout
code.
For debugging purposes I've added a listener to the position property of the
divider and have thrown a RuntimeException to see the stack trac
Hi,
Earlier this year I added some Jira issues asking for more tutorials on how to
write custom controls:
https://javafx-jira.kenai.com/browse/RT-36437
Any chance we could get such tutorials?
-Florian
Yes, that did the trick. Thanks!
For Maven this would be:
...
-javafx
...
-Florian
Am Freitag, 16. Mai 2014, 17.31:54 schrieb Kevin Rushforth:
> Try:
>
> javadoc -javafx ...
>
> -- Kevin
>
> Florian
As far as I'm aware, with Java SE 8 you don't have to specify a docklet
anymore. The default docklet already supprts JavaFX properties.
But when I generate the Javadoc, the section "Property description: ..." is
missing in the getters and the setters.
I noticed however, that the JavaFX 8 Javado
Could someone elaborate on this?
Thanks!
-Florian
Am Samstag, 18. Januar 2014, 13.27:07 schrieb Florian Brunner:
> Hi Kevin,
>
> Thanks for this clarifiacation! I'm also interested in this kind of
> information as I'm in the process of upgrading Drombler FX to JavaF
Hi Kevin,
Thanks for this clarifiacation! I'm also interested in this kind of information
as I'm in the process of upgrading Drombler FX to JavaFX 8 and Drombler FX
comes with a custom Maven Plugin, which makes sure the application can start.
Another related question:
While the Ant task for Ja
014, 11.23:03 schrieb Stephen F Northover:
> Hi Florian,
>
> I would enter a JIRA with the steps to make the problem happen and the
> smallest possible example code that shows it.
>
> Thanks,
> Steve
>
> On 2014-01-02 5:10 PM, Florian Brunner wrote:
> >
tener() {
@Override
public void onChanged(Change
change) {
System.out.println("Change!");
}
};
...
in constructor:
control.getDockingSplitPaneChildren().addListener(dockingSplitPaneChildrenListener);
-Florian
Am Donnerstag, 2. Januar 2014, 22.51:23 schrieb
Hi,
I'm in the process of upgrading Drombler FX to JavaFX 8 and hit another
regression issue: JavaFX 8 doesn't call listeners in my Skin implementation (it
used to work with JavaFX 2.x !)
Here is the Skin implementation:
https://sourceforge.net/p/drombler/drombler-fx/ci/default/tree/drombler-f
s to create a new OpenJDK
> > project, is it not? Can you take a look at the OpenJDK bylaws and report
> > back on the process? I think it would be awesome to do a port. Note that
> > there are a few OpenJDK ports already which have ARM support, you might
> > want to look there a
(see: http://wiki.drombler.org/DromblerFX ).
-Florian
Am Freitag, 8. November 2013, 22.53:26 schrieb Dalibor Topic:
> On 11/8/13 10:30 PM, Florian Brunner wrote:
> > @Oracle: Could you set up the according project sites for these 3 platforms
> > on openjdk.java.net
>
> P
Yes, I agree, we need professional JVM ports for iOS, Android and Windows 8.
@Oracle: Could you set up the according project sites for these 3 platforms on
openjdk.java.net and document what exactly has to be done to port OpenJDK (at
least some kind of JavaFX compact profile e.g. without the AWT
tializable.html
>
> Does that give you the hook ins you need?
>
> On 30/05/2013, at 8:03 AM, Florian Brunner wrote:
>
> > Hi,
> >
> > I'm experimenting with FXMLLoader. Is there a way to get notified, when an
> > instance gets created?
&g
Hi,
I'm experimenting with FXMLLoader. Is there a way to get notified, when an
instance gets created?
I tried to work with a wrapper class for BuilderFactory, like this:
public class WrapperBuilderFactory implements BuilderFactory {
private final BuilderFactory builderFactory;
public
28 matches
Mail list logo