Skip to content

Conversation

@BobHanson
Copy link
Owner

Java2Script 3.2.2.04 full refactoring of Java->JavaScript class names

Allows for top-level applets and applications, which are installed into swingjs/j2s/_/.

hansonr added 4 commits August 12, 2018 11:22
 top-level objects are given "_" as a package name, but are also
accessible from JavaScript by their given name. For example

 code:"JmolApplet"

 becomes

 code: "_.JmolApplet"
 top-level objects are given "_" as a package name, but are also
accessible from JavaScript by their given name. For example

 code:"JmolApplet"

 becomes

 code: "_.JmolApplet"
Allows for top-level applets and applications, which are installed into
swingjs/j2s/_/.
@BobHanson BobHanson merged commit 7c532e4 into master Aug 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants