Ignore:
Timestamp:
Feb 11, 2013, 8:53:47 PM (13 years ago)
Author:
dmik
Message:

Merge icedtea-web v1.3 to trunk.

Location:
trunk/icedtea-web
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/icedtea-web

  • trunk/icedtea-web/extra/net/sourceforge/javaws/about/Main.java

    r348 r418  
    6767                tabbedPane = new JTabbedPane();
    6868
    69                 tabbedPane.add("About NetX", aboutPanel);
     69                tabbedPane.add("About IcedTea-Web and NetX", aboutPanel);
    7070                tabbedPane.add("Applications", appsPanel);
    7171                tabbedPane.add("Notes", notesPanel);
     
    8282                }
    8383               
    84                 JFrame frame = new JFrame("About NetX");
     84                JFrame frame = new JFrame("About IcedTea-Web and NetX");
    8585                frame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
    8686                Main demo = null;
  • trunk/icedtea-web/extra/net/sourceforge/javaws/about/resources/about.html

    r348 r418  
    66    </head>
    77    <body>
    8         <b>NetX</b> is a high-quality JNLP client that executes
     8        <h3>IcedTea-Web</h3> is a high-quality JNLP client, built on <b>NetX</b>, that executes
    99        network-based applications. 
    1010        <br>NetX downloads code over the
  • trunk/icedtea-web/extra/net/sourceforge/javaws/about/resources/notes.html

    r348 r418  
    2424                                                                <b>Lillian Angel</b> <br>
    2525                                                                <b>Deepak Bhole</b> <br>
     26                                                                <b>Danesh Dadachanji</b> <br>
     27                                                                <b>Adam Domurad</b> <br>
    2628                                                                <b>Thomas Fitzsimmons</b> <br>
    2729                                                                <b>Andrew John Hughes</b> <br>
     
    3032                                                                <b>Omair Majid</b> <br>
    3133                                                                <b>Jon A. Maxwell</b> <br>
     34                                                                <b>Thomas Meyer</b> <br>
     35                                                                <b>Saad Mohammad</b> <br>
    3236                                                                <b>Andrew Su</b> <br>
    3337                                                                <b>Joshua Sumali</b> <br>
     38                                                                <b>Jiri Vanek</b> <br>
    3439                                                                <b>Mark Wielaard</b> <br>
    3540                                                                <b>Man Lung Wong</b> <br>
     
    8085        </tbody>
    8186</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
    8392        <a href="http://jnlp.sourceforge.net/netx/index.html">
    8493                http://jnlp.sourceforge.net/netx/index.html
Note: See TracChangeset for help on using the changeset viewer.