JDialog « JTextArea « Java Swing Q&A





1. JTextArea not appearing in JDialog    coderanch.com

I have a simple JDialog that gets envoked on a certain event. It contains a JScrollArea with a JTextArea attached. When my Dialog is displayed, the text area is not visible. Any assistance would be appreciated.the code is below: public class GuessResultDialog extends JDialog implements ActionListener{ private JTextArea resultTextArea; private BrowserView browser; private JButton closeButton; private JButton querySelectionButton; private JScrollPane resultScrollPane; ...