My problem is that, i have a tabbed pane, within that have several nested panes... I need to add a scroll pane to one of the nested panes... I tried this way but not working... please help...
i still do not see any scroll pane... whre is my mistake please help
tabpan = new javax.swing.JTabbedPane(); tabpan2 = new javax.swing.JTabbedPane(); panCoupling = new javax.swing.JPanel(); scrollPane = new javax.swing.JScrollPane(); textArea = new javax.swing.JTextArea();