karunakaran Perumal

Greenhorn
+ Follow
since Oct 09, 2004
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 karunakaran Perumal

I Created a jtree .Now i need a method to find whether any element is there in the tree with name x.I want to know is any method is there like this.


Jtree.ischildNode(String name);


thanks
19 years ago
hai ,excuseme i new one to this forum.so i don't know abt previous posts.
I urgently need solution for my problem.

this is my program


public static void main(String args[])
{
CheckApplet c =new CheckApplet();

String str=c.getCodeBase().getHost();
System.out.println(str);
}

at java.applet.Applet.getCodeBase(Applet.java:136)
at CheckApplet.main(CheckApplet.java:17)

plz give me solution for this problem
19 years ago