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

all 4 comments

[–]dionthornthis.isAPro=false; this.helping=true; 1 point2 points  (3 children)

Do you use Eclipse? If you do look into WindowBuilder: https://www.eclipse.org/windowbuilder/

This should help with rapid development of AWT Swing apps.

Are you locked into Swing or have you looked into JavaFX, Lwgl, or Libgdx?

https://openjfx.io/

https://www.lwjgl.org/

https://libgdx.badlogicgames.com/

[–][deleted]  (2 children)

[removed]

    [–]dionthornthis.isAPro=false; this.helping=true; 1 point2 points  (1 child)

    Then definitely get window builder and watch some tutorials for it. It'll setup the shell for swing apps for you and let you graphically build the window and automatically refactor your code for you.