JAVA Tutorial - Designing a Basic Graphical User Interface (GUI) Part 1 - Session 5

preview_player
Показать описание
Fifth session points out some basic styles of designing a GUI in JAVA.
Рекомендации по теме
Комментарии
Автор

@jvasquez987 Well, you need to compile it. If you are making it in Java, then there are a lot of toold available which would allow you to convert it to EXE. However, you'd be better off with running the jar file because it would make you program platform independent. Thanks for watching!

ManthanDave
Автор

@MinecraftJavaMan: Hello. Sorry I accidentally deleted your comment. Please refer to updated video description for link to the video on configuring programmer's notepad.

ManthanDave
Автор

I get an error on the import statement. jFrame constructor can not be called because of the restrictions on required


Yet this library is shown in the installed JREs.  Any ideas

ccosborn
Автор

You could use Netbeans GUI builder to build GUI in Java. Its really nice.

ManthanDave
Автор

I got an error "is not abstract and does not override abstract method"

xTiddi