hi naql,
i found out that it was my layout because when i switched to flowlayout it works fine.
Sorry off the topic.
lets say i have a Jtree in my panel and i have a button in another panel . (both are panels with some custom methods) upon clicking on the button...i would like to make changes to the JTree. How do i make them communicate?
Main Topics
Browse All Topics





by: naqlPosted on 2008-09-09 at 07:14:07ID: 22427560
I presume you're adding some stuff to your panel to make it custom in some way. So, the following worked just fine for me. If yours isn't working, examine thelayouts you're using. You may want to post your JPanel and JFrame classes.
Select allOpen in new window