>
>
>> What version of jdk and Swing did you use? Can you check it on the
> latest jdk8?
>
Ah you're right, Swing does hidpi these days. When I made the decision to
start using JFX it didn't. But last time I tried the IntelliJ Oracle JVM
builds the UI was pretty messed up so it seemed to still h
Tracked at https://javafx-jira.kenai.com/browse/RT-36462
It's targeted at 9, but there will be a patch soon.
Thanks,
Daniel
On 4/4/14, 10:40 AM, Stefan Schwandter wrote:
Hi,
thanks! I’ve tried to compile on a current Ubuntu 13.10. A default build
(gradle 1.8 without parameters) works fine. W
When you get your game finished, let us know :-).
On Apr 6, 2014, at 10:09 AM, Exo Verse wrote:
> Windows makes its own separate stack space for each OpenGL context
> integration. Which is why it runs so smoothly on Windows7. Win7 already
> separates each running process as independent from each
Will do. :)
On another note, I was working on the Launcher Menu for my game, and I was
able to successfully make a transparent image form. But as soon as I add a
button, the transparency goes away. I need the transparency. I'm not sure
what I am missing to bring that back so that any fxml buttons
Here is the java and fxml code so you can see what I am doing. This is just
an example. Also, I am using a 800x600 PNG transparent image.
Main.fxml
http://pastebin.com/raw.php?i=w7KHTkXy
Main.java
http://pastebin.com/raw.php?i=he5RGK75
MainController.java
http://pastebin.com/raw.php?i=VFH4AkLP
Image 1 -- Shows transparency without button
http://imgur.com/O2fWblv
Image 2 -- No transparency when I add the exit button
http://imgur.com/B4J7NFL
On Mon, Apr 7, 2014 at 11:27 AM, Exo Verse wrote:
> Here is the java and fxml code so you can see what I am doing. This is
> just an example. Als
Changeset: 41244e1236eb
Author:Felipe Heidrich
Date: 2014-04-07 08:25 -0700
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/41244e1236eb
[Accessibility] RT-36268: - rename _GetMacKey to _getMacKey (as per post-commit
review, see comments in jira)
! modules/graphics/src/main
GOT IT !!!
I put this under STYLE -> "-fx-background-color: TRANSPARENT;"
That is on the AchorPane ---> STYLE
So it works now. :)
Torak
On Mon, Apr 7, 2014 at 11:31 AM, Exo Verse wrote:
> Image 1 -- Shows transparency without button
> http://imgur.com/O2fWblv
>
> Image 2 -- No tran
This solution is cool, but it draws to an image, sucks out the bits and
then converts that to an FX image. This is a good approach because it
uses API and does not rely on any internals of FX. Hopefully it is fast
enough for you.
Steve
On 2014-04-06 12:41 PM, Exo Verse wrote:
Yea the OpenGL
@ Steve
Which approach are you referring too ? The lwjglfx solution or this
transparency background solution ?
The lwjglfx I am assuming here since its drawing out to an image and back
in again. But if your speaking about my transparency issue I solved, I
didn't realize it was sending out to an im
The lwjglfx solution.
Steve
On 2014-04-07 12:45 PM, Exo Verse wrote:
@ Steve
Which approach are you referring too ? The lwjglfx solution or this
transparency background solution ?
The lwjglfx I am assuming here since its drawing out to an image and back
in again. But if your speaking about my
Ahh yes, the lwjglfx solution. Yes it is ingenious what they guy did. I
would have to draw to an image anyhow with other GUI designs, so this is no
different. And with a buffer, you would only need to update it IF the GUI
has changed. If no change, then you just use the buffer in OpenGL to paste
th
Insanity testing is done, so the OpenJFX 8u-dev repo is open for all pushes.
-- Kevin
OK, update from my previous post. I did finally figure out how to drag my
window around. It's not perfect, but I updated all my code. I still have
the problem of it jumping around the screen when I click and drag, but at
least it is draggable now.
Main.java
http://pastebin.com/raw.php?i=he5RGK75
Hi Exo,
For general JavaFX usage questions, stackoverflow or the Oracle JavaFX forums
are probably a better place to ask than the openjfx-dev mailing list.
See for example:
http://stackoverflow.com/questions/18792822/dragging-an-undecorated-stage-in-javafx
https://community.oracle.com/community/
Should new 8udev binaries start showing up soon at:
https://jdk8.java.net/download.html?
Currently the tag there is 8u20-b05 (a month ago), but the tag in the
repository is 8u20-b08 (9 days ago).
I know there is usually a lag from repository tag time to build release, but
this seems a bit longe
Ahh sorry John. I didn't realize that in this group we were not allowed to
ask questions. I'm not sure its purpose then.
Thanks for the links. Stackoverflow is useless though because too many
people like to close your question down before they understand the problem
to begin with. They jump the gu
I don't know, most of this thread is about things that seems low level
enough to warrant a discussion on this list, we can forgive one or two
"usage" related questions, no?
Cheers,
Mario
Il 07/apr/2014 22:11 "John Smith" ha scritto:
> Hi Exo,
>
> For general JavaFX usage questions, stackoverflow
Changeset: 27c2cb26999c
Author:jgiles
Date: 2014-04-04 16:13 +1300
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/27c2cb26999c
RT-36443: [TabPane] NPE from TabPaneSkin removeTab
!
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TabPaneSkin.java
Changeset:
Sorry, I should have worded my email better, my intent was only to advise that
for high level API usage questions, IMO you will probably get the best answers
on StackOverflow (and many things are answered there already).
Agreed that the low level discussion things affecting implementation are go
The JDK 8u20 EA builds are "stuck" at the moment (I assume this has been
communicated on one of the OpenJDK lists, but I haven't looked). I hope
they will be unstuck soon and new EA builds will start showing up again.
-- Kevin
John Smith wrote:
Should new 8udev binaries start showing up soon
Changeset: 867d44539a2c
Author:Felipe Heidrich
Date: 2014-04-07 15:18 -0700
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/867d44539a2c
RT-36567: [Accessibility] Implement MenuButton - Mac implementation + common
code
! modules/controls/src/main/java/javafx/scene/control/M
Changeset: 6757bfb03884
Author:Felipe Heidrich http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6757bfb03884
RT-36567: [Accessibility] Implement MenuButton - Win implementation
! modules/controls/src/main/java/javafx/scene/control/MenuButton.java
! modules/graphics/src/main/java/com/sun/glas
Hi All,
Here is a rough outline of what I am doing trying to get my java app into the
Apple app store. There seems to be some variance in what might work. I know
there is work going on to fix these things for a later version of openJDK but
wanted to see if someone knows what I am doing wrong. I
On Tue, Apr 1, 2014 at 7:49 PM, Mike Hearn wrote:
> How do I do that? And won't that make everything blurry? Retina support is
> one reason why I chose JFX. Swing on Retina Macs is pretty much unusable,
> it's like looking through thick plastic.
Not exactly the main point of this thread but when
Just to make sure we are running the same program, the one I ran to
verify that RT-33954 is fixed was the simple test program in the
comments of that bug. Here it is (with the imports omitted for brevity).
public class Example extends Application {
public static void main(String[] args) {
Kevin,
Yes, that is the program I used, and yes, I get the 'Toolkit not
initialized' exception. I am running IntelliJ, so that is the reason. I
switched over to Eclipse and the code run as expected.
I am slightly bothered by the occasional failures that seem to be
IntelliJ-specific. I have a
I can't speak to other IntelliJ issues, but the root cause of this
particular one is the same thing that Debbie ran into last week --
IntelliJ doesn't launch programs using the standard Java launcher. For
whatever reason, it uses its own launcher. This might be worth raising
with JetBrains.
-
Changeset: 813b21fe00b5
Author:shemnon
Date: 2014-04-07 11:29 -0600
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/813b21fe00b5
RT-36543: Remove debug output
Summary: Remove some System.outs or convert them to Log.info/debug
!
modules/fxpackager/src/main/java/com/sun/javafx
Yes, this is one of the few things that I just hate about IDEA.
On Apr 7, 2014, at 6:00 PM, Kevin Rushforth wrote:
> I can't speak to other IntelliJ issues, but the root cause of this particular
> one is the same thing that Debbie ran into last week -- IntelliJ doesn't
> launch programs using
Kevin/Jonathan -
Steve's example in the Jira captures perfectly what I was encountering in
Java, and I've been trying to boil it down into a minimal failing example -
reconciling it with what I've experienced in dynamic languages.
Turns out it's about whether or not you extend Application. This l
Changeset: 0d1ee234cb2e
Author:shemnon
Date: 2014-04-07 20:55 -0600
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/0d1ee234cb2e
RT-36323: [Packager] License files not validated
Summary: for bundles that accept a licenceFile the validate method should
validate the license fil
Changeset: 8ab1fc996d14
Author:jgiles
Date: 2014-04-08 10:35 +1200
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8ab1fc996d14
RT-36572: [Control] Unexpected accelerator parsing in TextBinding
!
modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TextBindin
33 matches
Mail list logo