Hello. I would really appreciate some help which is not available in the API!
I have written a program which is a text analyser. It gets some text (either from keyboard or a file) and displays various statistics about the text. At the moment the program effectively displays like a tool bar (occupying only the top left hand part of the screen) and any boxes to collect information, select files and display information all "pop up" outside of the tool bar. I created the input/output boxes by using JOptionPane boxes (I included a JTextArea where the text is too large to fit on one pane where appropriate).
What I want to do is to make an application so that all of the input/output is in the same frame as the toolbar. (Therefore it will look like an ordinary program!)
I would be grateful for any guidance as to how I should go about in order to achieve this.
Many thanks

