Archive for the 'Java' Category

You can find really weird stuff off StumbleUpon

visualefx.jpg


I used the applet to generate a new header background image! Create your own @
http://www.eigelb.at/HP/Links/SpecialEffects/Grappa/DelayedTrace/

Related posts:

    use java.io.ByteArrayOutputStream:

    ByteArrayOutputStream byteOut = new ByteArrayOutputStream();
    for ( int i = 0; i < 100; ++i ) {
    byteOut.write( i );
    }
    byte[] byteArray = byteOut.toByteArray();

    Related posts: