Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~143 People Reached
Favorite Forums
Favorite Tags
java x 1
Member Avatar for maroun.maroun

I have two JTrees that I want to display the same content on them. I set a ScrollPane to each one and wrote this code: sourceScroll.setViewportView(sourceBuildTree); targetScroll.setViewportView(sourceBuildTree); //I want to set the same tree. sourceScroll is the scroll pane of the first JTree, and targetScroll is the scroll pane of …

Member Avatar for mKorbel
0
143