Duplicate :
|
Using JFrame component with GridBagLayout, JTree and JEditorPane each on own JScrollPane placed in a frame. JTree has a wrong sizing, spreaded in both directions, didn't follow given weights. It's a regression compared with jdk1.5, jdk1.4. This problem blocks layouting some basic wizard in NetBeans5.0 if run on jdk1.6. Try run the attached test application TestWithTree on jdk1.5 and jdk1.6 to show the differences.
|