I have written many simple GUIs, they worked fine. However as a beginner I always think that my way of writing user interfaces is not very good practice.
Is it proper practice if one uses more panels to get the desired interface? Also is the use of the setBounds()
method good?