javafx

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 HTML/Javascript, Silverlight). After using Grooveshark, I am very impressed with its interface (written in Flex). Personally, I don't thi...

JavaFX Drag and Drop with Interacting Objects

Hello all, 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. in short what I'm trying to achive is: When i drag one 'source' object and drop it on a 'target' object the 'target' object recieves information about the'source' tha...

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 scene which has a background image. But also, I want that panel to grab the part of background picture where it is placed. When I move that panel on runtime, it should move with its background picture part (like selecting part of a picture and dragging i...

Scroll View border problem?

How can I remove or make invisible border of scroll view in javafx? Is it possible? ...

Other way to Remove an Item from the ListView by not removing it's content?

Is it possible to Remove an item from the ListView by not removing it's content[] ? I tried changing the visibility of an item, but it does not give that removed effect it in. Instead it just gives you an empty space in between the data. i.e. var customNodes : Foo[] = [Foo{bar:"help"}, Foo{bar:"me"}, Foo{ba...

What’s the JavaFX story?

I hear JavaFX was a horrible failure. What was it exactly? What did it try to accomplish? Why and how did it fail? Edit: Or, if the little birdies I’ve heard are wrong, enlighten me. ...

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 green border I get a solid green hex. Am I misunderstanding the effect of the transformation Scale? It seems to start with the unit hex and p...