Search Results

3
votes

Build JavaFX project without NetBeans

If you create new project in NB there is folder called nbproject. This folder contains build-impl.xml. This file contains this target: <target if="src.dir" name="-co …
0
votes

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

Yep, just use run application as Java Applet. NetBeans will deploy all FX stuff correctly for all platforms including Java Applet. …
0
votes

[JavaFx//Eclipse RCP] Good idea / Bad idea (/other ideas ?)

The answer is simple. No, you can't use JavaFX yet. The problem is that JFX script can't be embedded into Swing nor Eclipse SWT. We already know about such an issues. (The is some kind of hack how …
0
votes

JavaFX or Swing?

there is several issues with JavaFX which Swing already solved. Also, it is really young technology making baby-steps. I suggest to consider all aspects. Both has pros and cons. Swing has a lot of …
1
vote

javafx scrollbar

You can try to bind value of scrollbar to translateX (or Y) of image. And of course set min and max of scrollbar to 0, image.width (.height) …
0
votes

JavaFX or RIA desktop app (on dvd) also available on the web?

Yes, it is possible. If you use JavaFX you will be allowed use multiple deployments. For example, NetBeans 6.7.1 with JavaFX creates several possible deployments from one project. Then you can publ …
2
votes

JavaFX url-proxy?

Setting proxy in Java/FX …