Groups | Search | Server Info | Keyboard shortcuts | Login | Register


Groups > comp.lang.java.gui > #5543

Re: Is JavaFx better than Swing?

From "Jeffrey H. Coffield" <jeffrey@digitalsynergyinc.com>
Newsgroups comp.lang.java.gui
Subject Re: Is JavaFx better than Swing?
Date 2020-08-05 09:22 -0700
Organization A noiseless patient Spider
Message-ID <rgemcc$pb6$1@dont-email.me> (permalink)
References <rgbm3r$fml$1@news.icm.edu.pl>

Show all headers | View raw



On 08/04/2020 05:59 AM, slawek wrote:
>
> Is JavaFx better (i.e. simpler, cleaner, more easy, more
>  productive) than Swing?
>
> Where is ready-to-use SDK with ver > x.x.2 ?
>
> BTW, Gluon offers only "trial demo" (up to 2 patches, alike Oracle
>  JDK mambo-jambo with free-but-monetized licensing
>  scheme).
>

JavaFX is far superior to Swing because of all the experience* the 
developers of Swing gained. In particular, JavaFX has built in 
properties where Swing had many attempts at "beans-binding" that never 
completely worked.

You will want to get SceneBuilder to edit fxml files and start with a 
JavaFX FXML application.

Java 8 included FX support but after that you have to download a 
separate jar and also contend with the "new features**" of Maven or Gradle.

Jeff

*(Good judgement comes from experience, experience comes from bad-judgement)

**(Oh crap! They figured out how to use the software. Time for a rewrite.)

Back to comp.lang.java.gui | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Is JavaFx better than Swing? slawek <x.y@org.org> - 2020-08-04 14:59 +0200
  Re: Is JavaFx better than Swing? "Jeffrey H. Coffield" <jeffrey@digitalsynergyinc.com> - 2020-08-05 09:22 -0700
    Re: Is JavaFx better than Swing? slawek <x.y@org.org> - 2020-08-06 20:15 +0200
      Re: Is JavaFx better than Swing? Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2020-08-07 01:42 +0200
        Re: Is JavaFx better than Swing? slawek <x.y@org.org> - 2020-08-07 10:52 +0200
          Re: Is JavaFx better than Swing? Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2020-08-08 02:47 +0200
            Re: Is JavaFx better than Swing? slawek <x.y@org.org> - 2020-08-11 10:00 +0200
              Re: Is JavaFx better than Swing? Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2020-08-11 12:33 +0200
                Re: Is JavaFx better than Swing? Graeme Geldenhuys <graemeg@example.net> - 2020-10-22 22:10 +0100
                Re: Is JavaFx better than Swing? slawek <x.y@org.org> - 2020-10-26 07:39 +0100
                Re: Is JavaFx better than Swing? James Shisia <jamesshisia6@gmail.com> - 2022-08-23 05:48 -0700
          Re: Is JavaFx better than Swing? "Jeffrey H. Coffield" <jeffrey@digitalsynergyinc.com> - 2020-08-08 09:43 -0700
            Re: Is JavaFx better than Swing? slawek <x.y@org.org> - 2020-08-11 10:13 +0200
              Re: Is JavaFx better than Swing? "Jeffrey H. Coffield" <jeffrey@digitalsynergyinc.com> - 2020-08-15 09:26 -0700
                Re: Is JavaFx better than Swing? slawek <x.y@org.org> - 2020-08-20 14:37 +0200
    Re: Is JavaFx better than Swing? Graeme Geldenhuys <graemeg@example.net> - 2020-10-22 21:09 +0100
      Re: Is JavaFx better than Swing? Graeme Geldenhuys <graemeg@example.net> - 2020-10-22 21:46 +0100

csiph-web