Given my knowledge of Oracle Forms (which is pretty limited), Peter Tillemans answer is in the right direction. The applet is just a fat client for screens created in Oracle Forms.
If you want to restore the source code, you will need to look for the * .fmb files (Forms Builder files containing the source code) created for the application. They will contain the PL / SQL source code as well as the screen layout and must be opened using the Oracle Forms Builder tool. You may also want to get a copy of any PL / SQL source code intended to run on the database server.
If you have lost FMB files, you may have to figure out a way to recover sources from compiled FMX files, which is actually used at run time on the form server. I do not know about any decompilers for them.
, - , Oracle Forms Java ( Oracle Forms), -. , , Java; Oracle Forms Server . , ; - , , ( FMB FMX).
, .