This is a Form subclass which prompts user to select a color by introducing
manually the R, G and B values in decimal format (they must be between 0 and 255) or
by a palette.
Execute SUITE1 to run this application
This is a MIDlet application example (named as "Manual selector"
in SUITE1) that shows the RGBform functionality
of manually selecting a color (indicating R, G and B value) by implementing
ChoserInterface interface.
Execute SUITE1 to run this application
This is an MIDlet application example (named as "Multi selector" in SUITE1) that shows the CompleteForm functionality
of selecting a color through several ways (manual RGB, FullColor palette ore GrayScale palette)
by implementing ChoserInterface interface.
Execute SUITE1 to run this application
This is an MIDlet application example (named as "Palette selector" in SUITE1) that shows the PaletteCanvas functionality
of selecting a color from a palette by implementing ChoserInterface interface.
You should note that this is a javax.microedition.lcdui.Canvas subclass and therefore
the present library must be used by J2 Micro Edition applications.
This is a Form subclass which prompts user to select a color by introducing
manually the R, G and B values in decimal format (they must be between 0 and 255).