J2ME UI

screenshot of J2ME UI

Custom UI Kit for JME/J2ME, not fully complete but a good code base to start from. Basically making available on Git for archive purposes.

Overview:

The J2ME & Gaming Book project on SourceForge.net provides a collection of code for creating user interfaces (UI) in Java 2 Platform, Micro Edition (J2ME). The code is primarily focused on creating UI elements using the Canvas class and is intended for use in older J2ME applications. The project is no longer actively maintained and is provided for archival purposes.

Features:

  • Hand-painted UI components: The code in this project allows developers to create UI components by manually painting them on the screen using the Canvas class.
  • Limited UI support: Since J2ME has poor UI support for form elements, this project provides an alternative method for creating UI elements.
  • Borrowed code and ideas: The project includes code that was borrowed from open source projects and the public domain, with approximately 80-90% of the code being the author's original work.

Summary:

The J2ME & Gaming Book project on SourceForge.net provides code for creating UI elements in J2ME applications. The code is focused on using the Canvas class to manually paint UI components. It is intended for use in older J2ME applications and is no longer actively maintained. The project includes borrowed code and ideas from open source projects and the public domain. The code is released under the Apache License Version 2.0.

ui-kit
UI Kits & Components

A UI kit provides developers with a set of reusable components that can be easily integrated into a website or application. These components are pre-designed with consistent styling and functionality, allowing developers to save time and effort in the design and development process. UI kits can be either custom-built or third-party, and often include components for buttons, forms, typography, icons, and more.