Skip to content

3.2.7 fixes; tweaks of j2sApplet.js and j2sClazz.js - #153

Merged
BobHanson merged 7 commits into
java2script:masterfrom
BobHanson:master
Jan 17, 2020
Merged

3.2.7 fixes; tweaks of j2sApplet.js and j2sClazz.js#153
BobHanson merged 7 commits into
java2script:masterfrom
BobHanson:master

Conversation

@BobHanson

Copy link
Copy Markdown
Collaborator

No description provided.

fixes isssue with annotations with fields that are annotation arrays
with non-null defaults. For example,

public @interface Menu {}
public @interface Plugin {
	Menu[] menu() default {};
}
added options for Wei to experiment with direct JavaScript use of
Clazz.new_, swingjs.JSUtil.getFileAsBytes$O(name), and
J2S.getFileFromDialog(fDone,format)
3.2.7 fixes; tweaks of j2sApplet.js and j2sClazz.js
java.awt.Component -> java.awt.Label

javax.swing.JComponent -> javax.swing.JLabel
3.2.7_v4 automatically switches extends Label and JLabel
@BobHanson
BobHanson merged commit 4f81ff0 into java2script:master Jan 17, 2020
BobHanson added a commit that referenced this pull request Feb 6, 2020
JSlider too-persistent labels
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.

1 participant