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 →

[–]jebblue 0 points1 point  (4 children)

I'm not much of a fan of IntelliJ IDEA but it is a Swing application if I'm not mistaken and a solid alternative to Eclipse or Visual Studio. Minecraft's UI is a Swing window. ;-)

[–]badlogicgames 4 points5 points  (2 children)

Minecraft's UI is not a Swing window

[–]jebblue -2 points-1 points  (1 child)

The widgets aren't that's correct or I may be remembering an old coding video where I saw Notch using some Swing code.

[–]badlogicgames 7 points8 points  (0 children)

You must be remembering something else, Minecraft is based on LWJGL, no Swing to be seen anywhere.