krish rama

Greenhorn
+ Follow
since Feb 11, 2013
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 krish rama

I am novice to the JGraph library and swing based application. I am trying to display the Tree/Graph data (the tree/graph is stored in XML files )in swing based editor. It was planned to use JGraph library for vizualizing the data and JAXB to create an object tree representing xml configuration.

1) What kind of data structure (ArrayList or Vector) is used to store tree data ? 2) How could i produce the graph in swing based editor?

Please help me how to approach the above requirement.

Regards, Krishna
10 years ago
Hello,

I have an ArrayList which consists of Integers and String values. My requirement is how to remove integer values from arraylist. Can anyone please help me out in this regard, please?

Code snippet is something like



How to remove 10 and 2 in the above code snippet??

Thanks for help in advance
Regards,
Krishna
11 years ago