About 38,800 results
Open links in new tab
  1. java - Swing vs JavaFx for desktop applications - Stack Overflow

    May 22, 2013 · JavaFX is good is you're starting from scratch. Also because JavaFX is officially replacing Swing as Oracle's UI library for Java. That does not mean Swing is done away with. It just means JavaFX will get a lot more attention in every release. With that said, there are a million and a half questions on this topic on SO and elsewhere on Google ...

  2. what is the difference between java desktop application and javafx ...

    May 20, 2017 · JavaFX is improving faster and becoming better to use than Swing. JavaFX is a framework for the GUI with several benefits, including animations and CSS integration. This can help in creating a lot of the 2D and near-3D stuff you can see in CSS3. JavaFX is pure Java, so you need not learn another language other than the good old Java you know.

  3. Java GUI frameworks. What to choose? Swing, SWT, AWT, SwingX, …

    Sep 9, 2011 · Swing uses AWT. JavaFX isn't based on Swing either. It is an entirely new framework. Some are calling it the successor to Swing, but it's still too immature to call that battle. I am making the exact same decision at the moment, and Swing is my candidate, simply for the fact that it is the most mature, yet realistic option available. –

  4. java - Performance of JavaFx Gui vs Swing - Stack Overflow

    May 24, 2017 · One program was implemented using swing, and one using javafx. There is a very significant performance difference, swing implementation being consistently much faster: (In this test case : Swing over 1 sec. Javafx over 12 seconds) Is it to be expected or is there something very wrong with my javafx implementation ? Swing implementation

  5. JavaFX vs Java Swing usage in Industry - Stack Overflow

    Apr 23, 2016 · Companies (and Java teachers) that rely on JApplets and Applets to deliver their UX have bigger problems with browser support than companies using Java Swing. There are companies still using Java 6 because of legacy requirements or client requirements. For those companies, JavaFX isn't an option. There are still more Java Swing experts on Stack ...

  6. java - Is JavaFX complete replacement of Swing? - Stack Overflow

    "6. Is JavaFX replacing Swing as the new client UI library for Java SE? Yes. However, Swing will remain part of the Java SE specification for the foreseeable future, and is included in the JRE. On one hand, Swing is widely used in existing Java desktop applications, but relies on an old architecture, which requires a certain level of expertise ...

  7. JavaFX vs Java Swing - Stack Overflow

    Mar 29, 2015 · FX is just a new framework you can use to create graphical user interfaces; a newer alternative to Swing. FX supports styling your view with CSS, managing your model with XML (FXML) and controlling events in your application in Java.

  8. How does JavaFX compare to WPF? - Stack Overflow

    Jul 23, 2013 · One of the biggest differences between JavaFX and WPF is that bindings are primarily carried out in code in JavaFX vs. the WPF way of establishing bindings in mark-up. An introduction to properties and bindings can be found here. Styles. JavaFX uses CSS to change the looks of the nodes contained in the scene graph.

  9. JavaFX vs SWT? (Pros and Cons) - Stack Overflow

    Nov 8, 2011 · This is especially true for enterprise applications.Nevertheless, JavaFX has clearly been positioned as the platform of the future. It is expected that, over the next few years, JavaFX will supplant Swing for new projects. JavaFX is something that …

  10. java - Should I learn Swing before learning JavaFx ... - Stack Overflow

    Looking at the JavaFX tutorial I would say that: you don't need to know Swing to use JavaFX; if you find the JavaFX tutorial hard learning Swing won't be easier; If you have no programming background at all then starting in any language is going to be a challenge. If you know a little programming in a language then it is still going to be a ...