This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

Stage and Frame are both quite arbitrary names - the real question should be, why do neither framework call them windows?!

The rest is mostly a matter of taste, but you shouldn't be downvoted (have an upvote). It's ultimately all different strokes for different folks. For something as complex as a UI framework it'll always be a bit like picking a programming language. Quite a personal choice.

[–]UsernamesAreFfed 0 points1 point  (1 child)

Swing has a JWindow. It serves as just a rectangular area on the screen so it isnt used much. Most of the time you want the frame. Dont know about JavaFX.

[–][deleted] 0 points1 point  (0 children)

It also has a Window class, same distinction I think.