Here's the world famous highlighter at work:
So, was that worth the wait?
// Hello.java
import javax.swing.JApplet;
import java.awt.Graphics;
public class Hello extends JApplet
{
public void paintComponent(Graphics g)
{
g.drawString("Hello, world!", 65, 95);
}
}
For the record, it wasn't really that hard, but I still think its something that should be built into the blog editor.
Thanks to Alex Gorbatchev, Carter Cole, Hendy Irawan, and all the other posters that helped get me here...
No comments:
Post a Comment