Each gui is a JFrame(), you create 1 or more JPanel() object and add to that JFrame(). You then add your JTextField()or other widgets to those JPanel() which can also have different style layouts (search layout manager on google). Let me know if you have any questions but that's the gist of it.
This post was edited by bakalolo on Oct 31 2015 08:03am