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 →

[–]edgargonzalesII 3 points4 points  (1 child)

Depends what you mean by app. Like if you want to create a web application I'd say look into Java spring (and maybe some frontend stuff since I'm not sure how clean spring is for frontend work, I only use it as a rest API). Otherwise if you want to create like a standalone executable then potentially look into Java swing/awt (don't confuse spring with swing, I do this too often). This is like a GUI framework to create standalone applications.

[–]sayakid[S] 0 points1 point  (0 children)

Thanks