BillyBob Smith

Greenhorn
+ Follow
since May 24, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by BillyBob Smith

When I try to Cast a varchar(2000) to a string my code hangs...
Using
<code> String cb = (String)rs.getObject("column_name");
</code>
Thanx in advance
If you have a copy of Visual j++ the is an option on the drop down menu...
22 years ago
My JTree is generated by a database query and also fire's events to run other querys but the database changes the values which affect my tree so I have to rebuild it periodically but I have a problem with if a node it selected and I rebuild the tree the tree resets to the state where all nodes are collasped and none selected.....
If Someone has some example code or any help for me ...

I have got the tree path i want to reset it to stores in a var but I cant make it set the selection
Thanks BillyBob
22 years ago