This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p>Testing the custom jdtext url scheme. <a href="jdtext:hello">Click here</a></p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bin": {"swingset2": "jdeploy-bundle/jdeploy.js"}, | |
"author": "Oracle", | |
"description": "The Swing Sampler demo, packaged by jDeploy", | |
"main": "index.js", | |
"preferGlobal": true, | |
"repository": "https://github.com/shannah/swingset2", | |
"version": "1.0.5", | |
"jdeploy": { | |
"jar": "dist/HelloJDeploy.jar", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bin": {"swingset2": "jdeploy-bundle/jdeploy.js"}, | |
"author": "Oracle", | |
"description": "The Swing Sampler demo, packaged by jDeploy", | |
"main": "index.js", | |
"preferGlobal": true, | |
"repository": "https://github.com/shannah/swingset2", | |
"version": "1.0.5", | |
"jdeploy": { | |
"jar": "target/swingset2-1.0-SNAPSHOT.jar", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bin": {"swingset2": "jdeploy-bundle/jdeploy.js"}, | |
"author": "Oracle", | |
"description": "The Swing Sampler demo, packaged by jDeploy", | |
"main": "index.js", | |
"preferGlobal": true, | |
"repository": "https://github.com/shannah/swingset2", | |
"version": "1.0.5", | |
"jdeploy": { | |
"jar": "target/swingset2-1.0-SNAPSHOT.jar", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bin": {"swingset2": "jdeploy-bundle/jdeploy.js"}, | |
"author": "Oracle", | |
"description": "The Swing Sampler demo, packaged by jDeploy", | |
"main": "index.js", | |
"preferGlobal": true, | |
"repository": "https://github.com/shannah/swingset2", | |
"version": "1.0.5", | |
"jdeploy": { | |
"jar": "target/swingset2-1.0-SNAPSHOT.jar", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bin": {"swingset2": "jdeploy-bundle/jdeploy.js"}, | |
"author": "Oracle", | |
"description": "The Swing Sampler demo, packaged by jDeploy", | |
"main": "index.js", | |
"preferGlobal": true, | |
"repository": "https://github.com/shannah/swingset2", | |
"version": "1.0.5", | |
"jdeploy": { | |
"jar": "target/swingset2-1.0-SNAPSHOT.jar", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bin": {"swingset2": "jdeploy-bundle/jdeploy.js"}, | |
"author": "Oracle", | |
"description": "The Swing Sampler demo, packaged by jDeploy", | |
"main": "index.js", | |
"preferGlobal": true, | |
"repository": "https://github.com/shannah/swingset2", | |
"version": "1.0.5", | |
"jdeploy": { | |
"jar": "target/swingset2-1.0-SNAPSHOT.jar", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "swingset2", | |
"version": "1.0.0", | |
"description": "Sample SwingSet2 app for demonstration", | |
"main": "index.js", | |
"scripts": { | |
"start": "node index.js" | |
}, | |
"repository": { | |
"type": "git", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "swingset2", | |
"version": "0.1.0", | |
"description": "Sample Java Swing application", | |
"main": "swingset2.jar", | |
"scripts": { | |
"start": "java -jar swingset2.jar" | |
}, | |
"dependencies": { | |
"java": "^1.8.0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bin": {"swingset2": "jdeploy-bundle/jdeploy.js"}, | |
"author": "Oracle", | |
"description": "The Swing Sampler demo, packaged by jDeploy", | |
"main": "index.js", | |
"preferGlobal": true, | |
"repository": "https://github.com/shannah/swingset2", | |
"version": "1.0.5", | |
"jdeploy": { | |
"jar": "target/swingset2-1.0-SNAPSHOT.jar", |