Develop and Download Open Source Software

Browse Subversion Repository

Contents of /nativecapable/test/NativeLoadTestApplet.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 69 - (show annotations) (download) (as text)
Sat May 31 07:31:22 2008 UTC (15 years, 10 months ago) by shinobu_siv
File MIME type: text/x-java
File size: 276 byte(s)


1 import javax.swing.JApplet;
2 import javax.swing.JLabel;
3
4 public class NativeLoadTestApplet extends JApplet {
5
6 @Override
7 public void init() {
8 super.init();
9 add(new JLabel("This is an Applet"));
10 }
11
12 @Override
13 public void start() {
14
15 super.start();
16 }
17 }

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26