Tagged Questions

0
votes
0answers
3 views

DId Quicktime 7.6.5 Windows fix QT for Java? Best video for JavaFX?

Greetings, I have read that QuickTime for Java is esentially broken on both Windows 7 and Snow Leopard. I can't tell how broken -- doesn't seem broken, but could just be my setup …
2
votes
2answers
20 views

Best practices on seperating debug/developing code java/javafx

I am working on a game in JavaFX and I'm sending people the compiled game once in a while for them to try out. As I'm still in the middle of developing it, I have several pieces of …
15
votes
8answers
865 views

Best Resources for Learning JavaFX?

For those of us learning JavaFX, what are the best resources you've found so far? (One of the difficulties in finding good JavaFX resources is that things written before July 200 …
1
vote
3answers
54 views

Migrate Java Applet to what/where??

I am reviewing currently a medium size code base (around 30K LOC) which uses a huge Applet and interfaces with other systems. It's a tool to create custom labels, so we need drag- …
8
votes
5answers
2k views

How does JavaFX compare to Flash and Flex?

I know Flex pretty good but also started to use Java FX. I am a little bit confused. Java FX seems to focus more on low level drawing operations and animations. Less on creating st …
0
votes
0answers
132 views

Javafx with JMF

Hello, good Afternoon, I do not speak English, but I have a problem: I can't play videos with JMF using JavaFX for my GUI. I need the RTP JMF API and I'm getting this error: Un …
0
votes
3answers
438 views

JMF+JavaFx layout problem

I can creat a GUI in javafx and call the JMF component within JavaFx, just like this public class JMFComponent extends SwingComponent{ var panel: JPanel; public var cen …
2
votes
1answer
25 views

How does the bind operator work in JavaFX?

How is the bind operator implemented in JavaFX? What happens behind the scenes? Does every variable in JavaFX implement some kind of observer API so that listeners can attach to it …
2
votes
5answers
802 views

Build JavaFX project without NetBeans

I'm trying to learn JavaFX and maybe create a few "learner" games. I always do my development in Eclipse, rather than NetBeans which the JavaFX team is clearly trying to push. Can …
0
votes
2answers
136 views

JavaFX or Adobe Flex? Which shines in which case? [closed]

I am new to both the technologies.Which scenarios is better for using Adobe Flex , and which is the best place to use Java Fx?
0
votes
4answers
263 views

Running a JavaFX program within a web page, not launching a new window

I've seen lots of examples of JavaFX in my reading, but every JavaFX app I've seen need to be launched in a separate window. The apps don't run within a web page. Can JavaFX app …
1
vote
1answer
74 views

Deep linking in JavaFX

Silverlight supports deep linking in the latest version. Does JavaFX?
0
votes
1answer
40 views

JavaFX Trigger an action while a button is pressed

I'm trying to make a scroll button using a ImageView that should scroll some images while it's pressed. I tried to do it with the primaryButtonDown property of the MouseEvent, but …
1
vote
1answer
110 views

Are there code examples comparing Scala and JavaFX Script?

I am studying JavaFX Script and trying to compare it to Scala, which is another very interesting new language for the Java platform. In the official Scala site I found this exampl …
0
votes
1answer
20 views

Java Web Start window title problem

I've written a JavaFX application that uses Java Web Start. For some reason, the window title is always "Java" (on Linux) or blank (on Windows). However, the desktop icon has the c …

1 2 3 4 5 8 next
15 30 50 per page