javafx
Using transforms correctly
In the following code I am trying to make a hexagon using points I derived by hand for the unit hex and then I would like to scale it up. However, it does not work. Instead of of a white hex with a gr[详细]
2023-01-22 11:07 分类:问答JavaFX Drag and Drop with Interacting Objects
I am attemping to implement drag and drop that is not just an image being dragged around the screen but has interaction between dragged and droppedon object.[详细]
2023-01-20 08:27 分类:问答JavaFX embed panel into scene with scene's background
Although it is hard to explain, I am writting to find a solution. I added a panel to开发者_StackOverflow中文版 scene which has a background image. But also, I want that panel to grab the part of backg[详细]
2023-01-20 06:58 分类:问答RIA Technology of Choice
I\'m looking into creating a Rich Internet Application. For the interface, I want something smooth, fast, and robust. I realize there are several technologies out there to do just that (Flex, standard[详细]
2023-01-20 04:08 分类:问答How can I suppress warnings in NetBeans 6.9.1?
On teaching JavaFX, we use some older files containing Swing components. They run OK in NetBeans 6.8, but in NetBeans 6.9.1 many following warnings are generated:[详细]
2023-01-17 21:51 分类:问答Passing arguments on a jnlp file
Is it possible to pass maven-like arguments on a JNLP file? <jnlp spec=\"1.0+\" codebase=\"${javafxCodebase}\" href=\"Foo.jnlp\">[详细]
2023-01-17 15:13 分类:问答JavaFX and Generics
I am just starting to look a开发者_JS百科t JavaFX and it seems like a nice language -- reminds me of Scala without the sophisticated (complex) type system.[详细]
2023-01-16 20:38 分类:问答Constructor with arguments on JavaFX?
Is it possible to create a constructor with arguments on a JavaFX class? This can be achieved in Java by:[详细]
2023-01-16 01:21 分类:问答Call C++ APIs from Javafx UI for a desktop application
I am interested in using Javafx for my visu开发者_开发问答al content for a desktop application and call native,unmanaged C++ functions ( on events from the Javafx views). Is this possible? Can someone[详细]
2023-01-15 04:35 分类:问答JavaFX Scripts do not seem to work on other computers
When I bring my app to another computer the two buttons that should either open a file browser, or take in a file path to open a file both don\'t work. I don\'t understand why.[详细]
2023-01-15 02:58 分类:问答