JScrollPane scrollPane = new JScrollPane(txt,JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED,
JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED);
f.setContentPane(scrollPane);
我得到的錯誤:
Exception in thread "main" java.lang.IllegalArgumentException: adding container's parent to itself
有人可以幫助我?
也許'f.setContentPane(scrollPane);'但沒有太多的代碼依賴。 – laune 2014-12-27 18:19:05
我使用jtextpane和文我添加這些scrollpane它它給我錯誤! – dawl 2014-12-27 18:20:25
你將不得不顯示更多的代碼。 txt是如何創建的,f是如何創建的 - 都在良好的環境中。 – laune 2014-12-27 18:22:30