Interesting.. but the example that I saw after following the link to
RT12169 call launch at least. This issue happens without calling launch on
the application class. That doesn't make much sense to me, since I
wouldn't even expect the Platform thread to be running at that point.
Scott
On Thu,
What kind of breakpoints do you have set up? If you have anything
other than line and exception breakpoints (such as field or method) then
I would expect the VM to crawl like you described.
On 1/23/2014 6:43 PM, Scott Palmer wrote:
When I debug my JavaFX application in NetBeans it runs very
Changeset: 4d3d07c60f64
Author:jgiles
Date: 2014-01-24 14:13 +1300
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4d3d07c60f64
RT-34768: [TableView, TreeTableView] CTRL+A throws
ArrayIndexOutOfBoundsException
! modules/controls/src/main/java/javafx/scene/control/TableView.j
I would expect the same.
However, there are bugs already filed on this:
https://javafx-jira.kenai.com/browse/RT-19863
Best regards,
Alexander Kouznetsov
(408) 276-0387
On 23 янв 2014 17:31, Scott Palmer wrote:
For me it prints the "Hi mom!" message and hangs. Since there is no
showing Stag
When I debug my JavaFX application in NetBeans it runs very slow, orders of
magnitude slower than normal. Swing apps on the same configuration do not
have the same problem.
My guess is that adding and removing Nodes from the Scene is much slower in
this case, since not all operations are affected
Since the Java 8 launcher now calls main(Strin []args]) if present, what is
the expected behaviour of this code?:
import javafx.application.Application;
import javafx.stage.Stage;
public class Main extends Application {
public static void main(String [] args) {
System.out.println("Hi
Unfortunately there is no way to trap that output with the current code,
it is from the JVM to a console
Also, with that flag there should be a message box with the title
"Exiting application" that should keep the console from closing. in this
case, in addition to bringing up the console. Are
Hello,
Please see:
https://javafx-jira.kenai.com/browse/RT-35221
For 8u20, we would like to make Freetype and Pango the default option for
handling text on Linux (replacing T2K and ICU respectively).
Notes:
- Windows and Mac already use native technologies for handling text by default
(DirectW
Changeset: effd2a3411c7
Author:jgiles
Date: 2014-01-23 14:36 +1300
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/effd2a3411c7
Slight tweaks to previous changeset for RT-35141, proposed by Scott Palmer.
!
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/Tabl
Hello:
I have a JAVAFX that it runs perfectly from the command line with this command:
java -jar .jar.
However, if I run it from the packaged versions, I have an error.
I ran from the command line : WinLauncher.exe /Debug to open the console.
I see part of an exceptions before the applicatio
Changeset: f4c5ad39e637
Author:Felipe Heidrich
Date: 2014-01-23 11:14 -0800
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f4c5ad39e637
RT-35510: remove PangoGlyphInfo
-
modules/graphics/src/main/java/com/sun/javafx/font/freetype/PangoGlyphInfo.java
!
modules/graphics/src
Changeset: 766643c4dc7d
Author:Felipe Heidrich
Date: 2014-01-23 10:05 -0800
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/766643c4dc7d
RT-35255: Wrap for complex text broken on pango
! modules/graphics/src/main/java/com/sun/javafx/font/freetype/OSPango.java
!
modules/grap
Steve,
I wonder if we could take advantage of available plug-ins for JIRA.
I particular I found this one which enables threaded comments for JIRA:
https://marketplace.atlassian.com/plugins/com.atlassian.jira.threadedcomments.threaded-comments
Also interesting is the following which make it easy
Changeset: 1cf08bba9bc6
Author:Yves Joan
Date: 2014-01-23 17:56 +0100
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/1cf08bba9bc6
Sync up SceneBuilder changes
!
apps/scenebuilder/SceneBuilderApp/src/com/oracle/javafx/scenebuilder/app/AppPlatform.java
+
apps/scenebuild
Changeset: c4cd3f7f4f9e
Author:Daniel Blaukopf
Date: 2014-01-23 18:06 +0200
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c4cd3f7f4f9e
RT-35505 Build fails on Linux platforms after enabling native font renderer
Reviewed-by: ddhill
! build.gradle
Changeset: 6ea2df32464f
Author:ddhill
Date: 2014-01-23 10:33 -0500
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6ea2df32464f
RT-30590: fixing arm platform name translation for closed artifacts
Reviewed-by: kcr
! buildSrc/armv6hf.gradle
! buildSrc/armv6sf.gradle
! buildSrc/
Hi Uwe,
You need to ensure that jfxrt.jar is not in the ext directory in your
jdk8 install or it will get seen first. I am assuming you have deleted
it or you could not have built OpenJFX (at least the last time I tried).
Anyhow, it looks like a class loader problem. Let's move this
discuss
Stephen F Northover , 22/1/2014 5:20 PM:
There is a StubToolkit. It is not part of the jar that is
shipped with the JDK. You will need to build JFX and test against your
build.
https://javafx-jira.kenai.com/browse/RT-35010
That's what I did. When I run
18 matches
Mail list logo