Search found 2 matches

by nspils
Thu Jan 15, 2004 12:27 pm
Forum: Java
Topic: AppletViewer not working
Replies: 9
Views: 1406

Appletviewer

To use the "Run Java Applet" tool inside of TextPad you do not have to have an HTML page with the <applet></applet> markup. You just need to have the markup within your java code (commented out, which will be skipped over by the compiler but read when the "browser" reads it ... It sounds to me that ...
by nspils
Thu Jan 15, 2004 1:40 am
Forum: Java
Topic: AppletViewer not working
Replies: 9
Views: 1406

Applet viewer not working

You might post your applet code so we can see what you're feeding the tool. Are you including the html browser markup within the comment at the top of the file (supply your own x and y values)? /* <applet CODE="file.class" width=x height=y> </applet> */ This permits you to run the applet within the ...