Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.
/ EasyBundle Public archive

A simple Java library which supports internationalization. The library is dedicated for desktop applications.

Notifications You must be signed in to change notification settings

gabrysbiz/EasyBundle

Repository files navigation

About

License BSD 3-Clause Build Status Coverage Status

EasyBundle is a simple Java library which supports internationalization. The library is dedicated for desktop applications.

The library consists of the basic elements:

  • Bundles - objects that store texts
  • Factories - responsible for creating bundles
  • Managers - responsible for the management of bundles
  • Bundles change listener - interface for objects that use bundles

All interaction between objects are described in the JavaDocs. Start reading from BundleManager.

Requirements

The library to run requires:

  • Java 6.0 or higher
  • Third-Party Dependencies (see list)

Download

You can download the library from this page or using various dependency management tools.

Examples

Get example projects source code from GitHub or download binaries from gabrys.biz.