I'll try to be as specific as possible.
What I currently know:
I am good at programming(JAVA) i.e. logics, algorithms, etc and when it comes to gui I am good at event handling and I can do it all through manual coding, but the problem I face is in designing the gui itself.
I always rely on the windows builders of netbeans and eclipse to make my gui i.e. positioning of the components, etc.
My Question:
I want to make the gui on my own as well and I have studied all the layouts but the problem is that no matter what I do? no matter which layout I use I can't position any component at the exact location like the IDEs.
For e.g. if I use any particular layout and position a component(for e.g. JTextField, etc) I am not able position it at the same location as the free designing(drag and drop) of the IDEs do.
Please suggest me what I can do or what I can study to make a gui just like the IDEs do but by manual coding, I am a student and I want to improve myself.
Thank You!
Layoutsor which one are you using ?