Skip to content

darkbreaker0/LEGI-gradient-sensing-simulation

Repository files navigation

LEGI Mechanism (Legacy Java Applet + Standalone + Web)

This repository contains the original LEGI applet .class files and a standalone desktop launcher.

Original source: the LEGI applet was published with the paper at https://www.science.org/doi/10.1126/stke.2192004pl3

Contents

  • Legacy applet classes: classes/*.class
  • Standalone launcher: Launcher.java, Launcher.class
  • One-click run scripts: RUN_LEGI.bat, RUN_LEGI_CONSOLE.bat
  • Decompiled sources (generated): decompiled/
  • Tools (generated): tools/

Run (Java Standalone)

Option A: One-click launcher (bundled JDK)

  • Double-click RUN_LEGI.bat
  • For console output, use RUN_LEGI_CONSOLE.bat

Option B: Your installed JDK

javac -d classes -classpath classes Launcher.java
java -classpath classes Launcher

Troubleshooting

  • Blank Java window: run RUN_LEGI_CONSOLE.bat and check the console output.
  • If parameters don't update, click Recompute in the right-hand panel.

Notes

See NOTES.md for provenance, decompilation, and rebuild details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors