Changeset 418 for trunk/icedtea-web/extra/net
- Timestamp:
- Feb 11, 2013, 8:53:47 PM (13 years ago)
- Location:
- trunk/icedtea-web
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/icedtea-web
-
Property svn:mergeinfo
set to
/branches/vendor/sourceforge/icedtea-web/1.3 merged eligible /branches/vendor/sourceforge/icedtea-web/current merged eligible
-
Property svn:mergeinfo
set to
-
trunk/icedtea-web/extra/net/sourceforge/javaws/about/Main.java
r348 r418 67 67 tabbedPane = new JTabbedPane(); 68 68 69 tabbedPane.add("About NetX", aboutPanel);69 tabbedPane.add("About IcedTea-Web and NetX", aboutPanel); 70 70 tabbedPane.add("Applications", appsPanel); 71 71 tabbedPane.add("Notes", notesPanel); … … 82 82 } 83 83 84 JFrame frame = new JFrame("About NetX");84 JFrame frame = new JFrame("About IcedTea-Web and NetX"); 85 85 frame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE); 86 86 Main demo = null; -
trunk/icedtea-web/extra/net/sourceforge/javaws/about/resources/about.html
r348 r418 6 6 </head> 7 7 <body> 8 < b>NetX</b> is a high-quality JNLP clientthat executes8 <h3>IcedTea-Web</h3> is a high-quality JNLP client, built on <b>NetX</b>, that executes 9 9 network-based applications. 10 10 <br>NetX downloads code over the -
trunk/icedtea-web/extra/net/sourceforge/javaws/about/resources/notes.html
r348 r418 24 24 <b>Lillian Angel</b> <br> 25 25 <b>Deepak Bhole</b> <br> 26 <b>Danesh Dadachanji</b> <br> 27 <b>Adam Domurad</b> <br> 26 28 <b>Thomas Fitzsimmons</b> <br> 27 29 <b>Andrew John Hughes</b> <br> … … 30 32 <b>Omair Majid</b> <br> 31 33 <b>Jon A. Maxwell</b> <br> 34 <b>Thomas Meyer</b> <br> 35 <b>Saad Mohammad</b> <br> 32 36 <b>Andrew Su</b> <br> 33 37 <b>Joshua Sumali</b> <br> 38 <b>Jiri Vanek</b> <br> 34 39 <b>Mark Wielaard</b> <br> 35 40 <b>Man Lung Wong</b> <br> … … 80 85 </tbody> 81 86 </table> 82 <b>Please visit the SourceForge site 87 <b> Home page of IcedTea-Web: 88 <a href="http://icedtea.classpath.org/wiki/IcedTea-Web"> 89 http://icedtea.classpath.org/wiki/IcedTea-Web 90 </a><br> 91 Please visit also the SourceForge site 83 92 <a href="http://jnlp.sourceforge.net/netx/index.html"> 84 93 http://jnlp.sourceforge.net/netx/index.html
Note:
See TracChangeset
for help on using the changeset viewer.