From 268aa788edef0dd01c98d11acdd8acb0a46a1813 Mon Sep 17 00:00:00 2001 From: hansonr Date: Mon, 14 Oct 2019 10:24:00 -0400 Subject: [PATCH] adding SwingJS notes for JAR file source in srcjar/ --- srcjar/fr/README_SWINGJS.txt | 9 ++++++++- srcjar/intervalstore/README_SWINGJS.txt | 5 +++++ srcjar/net/miginfocom/README_SWINGJS.txt | 6 ++++++ 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 srcjar/intervalstore/README_SWINGJS.txt diff --git a/srcjar/fr/README_SWINGJS.txt b/srcjar/fr/README_SWINGJS.txt index 95b1753..0cb1348 100644 --- a/srcjar/fr/README_SWINGJS.txt +++ b/srcjar/fr/README_SWINGJS.txt @@ -1,3 +1,10 @@ BH 2019.05.15 -Note that this version of VARNA is from VARNA-BH +Note that this version of VARNA is from https://github.com/BobHanson/VARNA + +BH 2019.10.14 + +Code is from https://github.com/BobHanson/VARNA and DOES have +changes specific to SwingJS involving dialogs and file loading. + +The Varna jar file CANNOT be used directly via decompilation. diff --git a/srcjar/intervalstore/README_SWINGJS.txt b/srcjar/intervalstore/README_SWINGJS.txt new file mode 100644 index 0000000..243ad43 --- /dev/null +++ b/srcjar/intervalstore/README_SWINGJS.txt @@ -0,0 +1,5 @@ +BH 2019.10.14 + +This directory contains all source in intervalstore-vx.x.jar. +No changes are necessary for Jalview (meaning we could use +the jar file directly for SwingJS with automated decompilation). \ No newline at end of file diff --git a/srcjar/net/miginfocom/README_SWINGJS.txt b/srcjar/net/miginfocom/README_SWINGJS.txt index cec8076..793363e 100644 --- a/srcjar/net/miginfocom/README_SWINGJS.txt +++ b/srcjar/net/miginfocom/README_SWINGJS.txt @@ -8,3 +8,9 @@ Status 7/3/2018 no changes necessary + +BH 2019.10.14 note: + +This directory contains all source in miglayout-4.0-swing.jar. +No changes are necessary for Jalview (meaning we could use +the jar file directly for SwingJS with automated decompilation). -- 1.7.10.2