Click to See Complete Forum and Search --> : DialogPeer


June 17th, 2000, 11:25 AM
I need the source code of WDialogPeer.class. Any Idea where to get it from?
My idea was to make a modal dialog by myself. Just by generalization from java.awt.window. but i cant. i got the source code from java.awt.dialog but i also need the source from WDialogPeer.class. Please help.

Ramprasad
June 17th, 2000, 07:40 PM
U can find that class in classes.zip file or src.jar in the jdk.
But it is a .class file.
To get the source code : decompile it .
Use jad.exe decompiler to decompile it.
U can find it on the net.Go to search and type jad.exe.Download it and decompile it.It generates a .jad file.Open it with notepad or wordpad.U have the source code.

Eugen SEER
June 18th, 2000, 08:42 AM
There is a source code version of the JDK which includes all source code.