I'm looking to develop a simple GUI to use as a front end to my program. It will consist of several different text boxes, labels etc - nothing to fancy!
Since it's my first time developing a GUI in java I was hoping someone could offer advice on the best path to follow. I know a lot of people think you should write the code yourself rather than a drag and drop approach, however since this is pretty basic is it really worth it?
Please could you also suggest some good materials to get started with (and plug-ins for Eclipse if needed!)?
Thanks in advance.
EDIT
Please note that my application is a standalone app.