-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
P9_10Relates to pubs 9&10Relates to pubs 9&10
Description
These two versions of the same document are used for operator training, focussing on the recognition and identification of features in an acoustic waterfall display.
The pages have a Java applet, configured with these params:
- URL of background image
- time axis limits
- frequency axis limits
- around a dozen other attributes
The java applet is represented as a .class file.
In order to restore this capability, one option is to convert the applet from Java to JavaScript, with an intermediary step of running a Java decompiler.
It looks-like these are the steps:
- find a way of viewing the working interactive document, maybe in IE, or maybe via an applet plugin
- decompile the
.classfile - inspect the sources, determine the role of all of the attributes
- translate the Java to JS
- trial new component
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P9_10Relates to pubs 9&10Relates to pubs 9&10