Swing vs JavaFx for desktop applications [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be … Read more
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be … Read more
While working with Java, I find it hard to position my main window in the center of the screen when I start the … Read more
I’m putting together a Swing application where I often want to replace the contents of a JPanel. To do this, I’m calling removeAll(), … Read more
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, … Read more
I want the message box to appear immediately after the user changes the value in the textfield. Currently, I need to hit the … Read more
Can someone please explain me what’s the difference between Swing and AWT? Are there any cases where AWT is more useful/advised to use … Read more
What’s the correct way to get a JFrame to close, the same as if the user had hit the X close button, or … Read more
I have a JPanel to which I’d like to add JPEG and PNG images that I generate on the fly. All the examples … Read more
Several times I’ve been criticized for having suggested the use of the following methods: setPreferredSize setMinimumSize setMaximumSize on Swing components. I don’t see … Read more
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be … Read more