Skip to content

P9/10 #151

@IanMayo

Description

@IanMayo

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 .class file
  • inspect the sources, determine the role of all of the attributes
  • translate the Java to JS
  • trial new component

Metadata

Metadata

Assignees

No one assigned

    Labels

    P9_10Relates to pubs 9&10

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions