Skip to main content



      Home
Home » Newcomers » Newcomers » View tooltips
View tooltips [message #152352] Fri, 12 May 2006 16:42
Eclipse UserFriend
Originally posted by: nibbic.gmail.com

I have created 2 .java files.
-myClass.java
-UseClass.java

myClass.java
public class myClass
{
public double n1(int n2)
{
double n5 = 3.0;
return n5;
}
}

This is what I put in UseClass.java
myClass my1 = new myClass();
System.out.print(my1.n1(3));

My question is, is there any way to see the content(tooltip) in of
myClass,
by hovering my mouse point over some code in UseClass.java?
Previous Topic:how to create a servlet
Next Topic:rmic stub compiler?
Goto Forum:
  


Current Time: Tue May 06 17:47:03 EDT 2025

Powered by FUDForum. Page generated in 0.09985 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top