Click here to Skip to main content
15,882,017 members
Articles / Mobile Apps

Beginning Java ME: A Simple Mandelbrot Viewer

Rate me:
Please Sign up or sign in to vote.
4.85/5 (8 votes)
16 Jul 2009CPOL9 min read 45.4K   1.3K   36  
Renders the Mandelbrot Set on your mobile device, with panning and zooming
<?xml version="1.0" encoding="UTF-8"?>
<!--
    Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
-->
<project xmlns="http://www.netbeans.org/ns/project/1">
    <type>org.netbeans.modules.kjava.j2meproject</type>
    <configuration>
        <data xmlns="http://www.netbeans.org/ns/j2me-project">
            <name>Mandelbrot</name>
            <minimum-ant-version>1.6</minimum-ant-version>
        </data>
    </configuration>
</project>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
Software Engineer and data recovery specialist living in Cleveland, OH.

Author of DiskDigger, a free and easy-to-use recovery and undelete utility.

Comments and Discussions