Java Question Hide a SubFunction on Tooltip IDE from a Lib or Class

Brian Michael

Active Member
Licensed User
Longtime User
Hi i just wanna know if there is a way to hide the function here?

1675994573527.png
 

aeric

Expert
Licensed User
Longtime User
You mean use Private instead of Public?
 

Brian Michael

Active Member
Licensed User
Longtime User
Hi, thanks for answer.

I mean i dont wanna see the Sub on tooltip

Something like:

1676000052010.png


As you can see its just have an example and thats it.
 

aeric

Expert
Licensed User
Longtime User
I don't get it. You mean hover your mouse pointer or right click the sub?
 

Brian Michael

Active Member
Licensed User
Longtime User
I was investigating and once the library is compiled, the subs are not seen. They are shown in my IDE since I am working with the Module itself and not with the library.



Module:

1676002334331.png



Compiled Library:

1676002267874.png
 

aeric

Expert
Licensed User
Longtime User
I think once you compiled the library, you cannot peek the source code.
 
Top