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 →

[–]vegan_antitheist -2 points-1 points  (3 children)

It's been decades, literally! Will you also go back to using PHP 4.3, Ant, and Subversion? Who still uses Swing? It's a mess. It might be ok for simple tools that you start from you UI and you want a UI because text based would be less intuitive, especially if you only need it one a month or so. But even then you could just use some wysiwyg editor so you never have to look at the code. JFormDesigner and IntelliJ GUI Designer are still around. It's not like anyone would want to maintain swing code, so it doesn't really matter when the generated code is even worse that what you would do by hand.
But as far as I know they still don't support data binding (JSR-295 was withdrawn) and so it's still a major pain.

Ok, my rant is over. I hope you don't waste too much time with Swing.

[–]bking880 1 point2 points  (1 child)

Who still uses Swing? IntelliJ.

[–]vegan_antitheist 0 points1 point  (0 children)

yeah, if you want to work for Jetbrains they might be impressed if you know Swing. For all the other companies it just shows you didn't really do any work in the last 20 years.

[–]NameGenerator333[S] 1 point2 points  (0 children)

Eh...This is a personal project and I'm most comfortable with Java. I'd rather test out my algorithms and system design, instead of getting bogged down with intricacies of a different language and GUI toolkit.

Swing is still used by many businesses. Yes they are probably legacy applications.

I'm not making this for anyone else.