Hello,
since this topic is not related to game development i decided to post it here,
a friend asked me to develop a little application for him, he is opening a Driver’s education “school” and this app will help him to manage his students information.
I almost did every “core” thing, the program works but in console only, but now am having many problem with GUI creation, yes i admit it, i didn’t learn enough Java Swing when i started … i just wanted to jump in games,
anyway,
what i manly want to accomplish is something similar to this (build with NetBean GUI editor)
http://s20.postimg.org/5wvajibp9/Capture.png
but i don’t want to work with netBean neither with a GUI editor, i start making some labels and i created the JTable too, but my main problem is how to place them in the wanted places ?? i tried to use borderLayouts and this is the result i get :
http://s20.postimg.org/vgxkpxx31/Capture.png
so the whole trouble is, how to create a new label in a “new line” ??
thank you