Package ch.aplu.gidlet

Package to simplify Java ME applications with a focus on education.

See:
          Description

Interface Summary
KeyListener Interface for key event callback methods.
 

Class Summary
AudioPlayer Class that wraps the J2ME MMAPI class javax.microedition.media.Player in order to start/resume, pause and stop playing audio files in a separate thread.
Complex This is a complex number class with the essential features needed for computations.
Float11 Class for floating-point calculations in J2ME applications CLDC 1.1.
Gidlet Abstract helper class derived from MIDlet to provide functionalities for starting and stopping the application.
MConsole Full screen text window containing lines of text, simulating Java's System.out.println.
MFile Class to access files or directories that are located on removable media and/or file systems on a device.
MForm Form display with simple input and output items.
MList List display with simple input and output items.
MPanel Simple graphics window of full display width and height (client drawing area) using a coordinate system with x-axis from left to right, y-axis from bottom to top (called window coordinates, default range 0..1, 0..1).
MTextBox TextBox display for full screen input and output.
Playground Graphics window of full screen width and height (client drawing area), exclusively used as canvas for the class Turtle.
StringStore Wrapper class for MIDlet's RMS (record managing system) based on class RecordStore for storing strings exclusively.
TextArea Class to display an upscrolling number of text lines automatically wrapped at word boundaries.
Turtle Logo-like turtle that moves on a graphics display, called playground.
 

Package ch.aplu.gidlet Description

Package to simplify Java ME applications with a focus on education.

Author: Aegidius Pluess, www.aplu.ch
Download: www.aplu.ch