Recent content by fletchersally

  1. F

    Programming help (applets in crimson editor)

    Thanks for that DH, still learning how to use this website also, and yes AlephZero I don't think Crimson can, so I'm using dos. Thanks!
  2. F

    Programming help (applets in crimson editor)

    Completely new to this and having some trouble with the following code... I'm trying to run this code in Crimson editor: import java.awt.*; import javax.swing.JApplet; public class Snowman extends JApplet { public void paint (Graphics g) { final int MID = 150; final...
Back
Top