Thanks to visit codestin.com
Credit goes to github.com

Skip to content

3.2.9-v1 Major upgrade relating to work with PhET, Open Source Physics; includes transpiler fixes #166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 66 commits into from
Mar 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
b3a29c1
URLConnection upgrade
BobHanson Feb 10, 2020
12665f7
additional class, not really supported
BobHanson Feb 10, 2020
3e0d661
AlphaComposite.Clear fix
BobHanson Feb 10, 2020
2815eab
GraphicsEnvironment getCenterPoint, getMaximumWindowSize
BobHanson Feb 10, 2020
5c7b700
InputStreamReader fix
BobHanson Feb 10, 2020
f85b3a2
JDialog missing JFrame constructor
BobHanson Feb 10, 2020
5a15c16
JSFrameUI bug for undecorated
BobHanson Feb 10, 2020
e7938fe
Adds support for URL factory
BobHanson Feb 10, 2020
f8d275d
JSEditorPane.getMinimumSize fix
BobHanson Feb 10, 2020
00ccf4d
removing unused isDividerLocationSetByUser
BobHanson Feb 10, 2020
14445a8
correction for JSToolkit.createImage
BobHanson Feb 10, 2020
f8c99d5
ScrollPaneLayout fix
BobHanson Feb 10, 2020
e847410
Adds ManagementFactory.java
BobHanson Feb 10, 2020
11a8a89
new SwingJS-site.zip; includes modified JSTextUI
BobHanson Feb 10, 2020
b02f3aa
modified JSTextUI setPreferredSize removes insets. needs checking.
BobHanson Feb 10, 2020
b16c401
j2sClass fixes for System.setout, inner class subclass of JDialog
BobHanson Feb 10, 2020
a60d9d2
TODO: check that we really do not want these insets here.
BobHanson Feb 11, 2020
42c4265
sun resources moved; apache.harmony.luni.util.Msg removed
BobHanson Feb 19, 2020
332e205
String, StringBuffer, StringBuilder to Java8
BobHanson Feb 19, 2020
752d805
AnnotatedElement Java8
BobHanson Feb 19, 2020
2d121f9
TimeZone upgrade to Java8
BobHanson Feb 19, 2020
a6393b7
Package added; Class.getPackage() enabled
BobHanson Feb 19, 2020
58513e8
JTree/JTable upgraded; adds in-place boolean editor
BobHanson Feb 19, 2020
8b3cfc1
java.text, sun.util.locale, many resources (610 classes and property
BobHanson Feb 19, 2020
0347a6e
more JTable/JTree
BobHanson Feb 19, 2020
2a24302
java.io upgrade from apache to JDK
BobHanson Feb 19, 2020
95e1d1f
GradientPaint added
BobHanson Feb 19, 2020
e8963ce
aesthetics only -- removing import static
BobHanson Feb 19, 2020
9ac8caf
test files
BobHanson Feb 19, 2020
c67c98c
java.text
BobHanson Feb 19, 2020
1b5f6c2
java2script/SwingJS 3.2.8-v2
BobHanson Feb 19, 2020
a91bb23
java2script/SwingJS 3.2.8-v2
BobHanson Feb 19, 2020
732e2ed
more sun.font business.
BobHanson Feb 20, 2020
9020eee
java.awt.im
BobHanson Feb 20, 2020
1a589e6
OutputStreamWriter only writes UTF-8; should it write ISO-8859-1?
BobHanson Feb 20, 2020
761bdd3
adds GradientPaint (not tested)
BobHanson Feb 20, 2020
b920f1e
SwingJS fixes
BobHanson Feb 20, 2020
ae082f5
no sign dif
BobHanson Feb 25, 2020
c88ef9d
image/font issues; adds gradient filling
BobHanson Feb 25, 2020
6e2917e
adds Color paint context
BobHanson Feb 25, 2020
904eb92
missing add/removeHierarchyListener
BobHanson Feb 25, 2020
89b3ab9
Java8 missing method
BobHanson Feb 25, 2020
6f018de
makes, like Java, ResourceBundle default class(1) + property file(2).
BobHanson Feb 25, 2020
ba1d57e
missing classes
BobHanson Feb 25, 2020
c8dd7b8
3.2.9.v1 corrects order of class loading and static init
BobHanson Feb 25, 2020
15e5a81
BH 2020.02.02.27 java.awt.image
BobHanson Feb 27, 2020
29b13ec
UI issues with title borders on sliders, j2sComboBox trailing comma
BobHanson Feb 27, 2020
863bdd2
adds reference to J2S.debugClip() URI: (?j2sdebugclip)
BobHanson Feb 27, 2020
a8dbbda
graphics clipping issue
BobHanson Feb 27, 2020
e6fe1a8
java2script and SwingJS
BobHanson Feb 27, 2020
5a118f9
implements BufferedImage.TYPE_4BYTE_HTML5
BobHanson Feb 29, 2020
4e3d61b
adds Java8 Long/Integer/Byte/Short toUnsigned...
BobHanson Feb 29, 2020
b986159
Adds BufferedImage.TYPE_USHORT_GRAY
BobHanson Feb 29, 2020
06f9e82
JAXB root name not honored in Marshaller
BobHanson Mar 6, 2020
2c63a5d
DecimalFormat, NumberFormat
BobHanson Mar 6, 2020
1f4a1b0
Java debug comment out
BobHanson Mar 6, 2020
cfa423f
Just JavaDoc corrections from Java 8
BobHanson Mar 6, 2020
ea92bb2
NumberFormat/DecimalFormat 2/2
BobHanson Mar 6, 2020
358a8ad
Graphics.setClip working properly, allowing for unsetting a clip
BobHanson Mar 6, 2020
2adae6f
JSSliderUI fix for JSScrollbarUI
BobHanson Mar 6, 2020
0a98a72
allows for getting the HTML5 applet using Thread instead of a component
BobHanson Mar 6, 2020
d581c66
j2sApplet.js Better message when CORS is not working
BobHanson Mar 6, 2020
bbf712c
j2sClazz.js update
BobHanson Mar 6, 2020
f1b7051
SwingJS (non)use note
BobHanson Mar 6, 2020
b0b6a82
Adds javax.swing.text.html HTMLEditorKit support
BobHanson Mar 13, 2020
fbfa795
Merge pull request #154 from BobHanson/hanson1
BobHanson Mar 13, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion sources/net.sf.j2s.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Java2Script Core
Bundle-SymbolicName: net.sf.j2s.core;singleton:=true
Bundle-Version: 3.2.8
Bundle-Version: 3.2.9
Bundle-Activator: net.sf.j2s.core.CorePlugin
Bundle-Vendor: j2s.sourceforge.net
Require-Bundle: org.eclipse.core.runtime,
Expand Down
Binary file modified sources/net.sf.j2s.core/dist/swingjs/SwingJS-site.zip
Binary file not shown.
6 changes: 5 additions & 1 deletion sources/net.sf.j2s.core/dist/swingjs/_j2sclasslist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,12 @@ sun/font/FontDesignMetrics.js
sun/swing/DefaultLookup.js
sun/swing/SwingLazyValue.js
sun/text/resources/FormatData.js
sun/text/resources/FormatData_en.js
sun/text/resources/en/FormatData_en.js
sun/util/resources/LocaleData.js
sun/util/locale/BaseLocale.js
sun/util/locale/LocaleUtils.js
sun/util/locale/provider/LocaleProviderAdapter.js
sun/util/locale/provider/LocaleDataMetaInfo.js
swingjs/a2s/A2SContainer.js
swingjs/a2s/A2SEvent.js
swingjs/a2s/A2SListener.js
Expand Down
Binary file modified sources/net.sf.j2s.core/dist/swingjs/net.sf.j2s.core.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion sources/net.sf.j2s.core/dist/swingjs/timestamp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20200206160631
20200313003834
Binary file modified sources/net.sf.j2s.core/dist/swingjs/ver/3.2.8/SwingJS-site.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,12 @@ sun/font/FontDesignMetrics.js
sun/swing/DefaultLookup.js
sun/swing/SwingLazyValue.js
sun/text/resources/FormatData.js
sun/text/resources/FormatData_en.js
sun/text/resources/en/FormatData_en.js
sun/util/resources/LocaleData.js
sun/util/locale/BaseLocale.js
sun/util/locale/LocaleUtils.js
sun/util/locale/provider/LocaleProviderAdapter.js
sun/util/locale/provider/LocaleDataMetaInfo.js
swingjs/a2s/A2SContainer.js
swingjs/a2s/A2SEvent.js
swingjs/a2s/A2SListener.js
Expand Down
Binary file modified sources/net.sf.j2s.core/dist/swingjs/ver/3.2.8/net.sf.j2s.core.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion sources/net.sf.j2s.core/dist/swingjs/ver/3.2.8/timestamp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20200206160631
20200220124544
10 changes: 10 additions & 0 deletions sources/net.sf.j2s.core/dist/swingjs/ver/3.2.9/DEV_NOTES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
This is sources/net.sf.j2s.java.core/dist/DEV_NOTES.txt

_j2sclasslist.txt

the list of .js files concatenated into coreswingjs.js and minified to coreswingjs.z.js


SwingJS-site.zip

the full site directory for SwingJS including all files not in the test/ directory.
Binary file not shown.
Loading