Chaos Game Applet
Sunday, April 22nd, 2007 01:52 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[Chaos Game]](https://p.dreamwidth.org/113c619be28d/2740657-186343/trevorstone.org/applets/chaosgameicon.png)
While I write Java code every day at work, most of it is data-focused. Data-focused GUIs (put this field over here, put these buttons in this panel over here) are important and often tricky to get right, but it's been years since I did anything with
public void paint(Graphics g)
. Playing with code which requires no database, no metadata configuration, and no client-server communication was also refreshing.You'll need at least Java 1.4 to view the applet. I compiled from Eclipse running under Java 1.5 and while I don't think I used any new API methods I didn't have a 1.4 JVM convenient for testing. Let me know if you can't get it to work.
no subject
Date: 2007-04-22 08:19 pm (UTC)The Color Scheme combo box only displays one entry for me. (WinXP/Firefox/Java 1.4.2_03-b02) Otherwise, looks great.
Do you know about http://processing.org ?
no subject
Date: 2007-04-22 08:37 pm (UTC)no subject
Date: 2007-04-25 05:40 am (UTC)Heheh.
Date: 2007-04-23 12:41 am (UTC)Cool little applet. I need to make a tetris applet for my own amusement.