Skip to content

Conversation

@BobHanson
Copy link
Collaborator

JInternalFrame, JDesktop first implementation; no minimization/maximization, no layering control

BobHanson added 30 commits June 18, 2018 18:38
(not relevant, since these are correctly substituted anyway)
adds java.util.Objects, modifies java.util.Arrays
problem was that Java 7 assigns to a static method,
fs.getSeparatorChar(); 

not a simple constant, which must remain available at runtime, so one
cannot just substitute that by a constant, which will disappear.
j2s.class.replacements=org.apache.log4j.->jalview.javascript.;
= old->new;old->new
for packages, just end with ".":

j2s.class.replacements=org.apache.log4j.->jalview.javascript.log4j.;
j2sClass -- unscoped C$

HTML5LookAndFeel tooltip defaults
temporary JSDexktopiconUI, JSInternalFrameUI, JSTabbedPaneUI,
JSToolTipUI

PopupFactory fix -- mixed Lst, List
for(final int xxx....)
regex Matcher charSequence.subSequence$I$I
BobHanson added 10 commits June 22, 2018 06:35
// first attempt to add JDeskTopPane
Just use JInternalFrame :)
- preliminary only 
- no minimization/maximization 
- no checks for events, but seems to be working
- preliminary only 
- no minimization/maximization 
- no checks for events, but seems to be working
 ---> if(!(a = new Object()) {throw new NullPointerException()}else{...}
@BobHanson BobHanson merged commit dafc2ef into java2script:master Jun 24, 2018
BobHanson added a commit that referenced this pull request Aug 12, 2018
J2S 3.2.2.03 all stream tests working
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