SquirrelJME/SquirrelJME

View on GitHub
modules/meep-lui/src/main/java/javax/microedition/lui/package-info.java

Summary

Maintainability
A
0 mins
Test Coverage
// -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
// ---------------------------------------------------------------------------
// SquirrelJME
//     Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
// ---------------------------------------------------------------------------
// SquirrelJME is under the Mozilla Public License Version 2.0.
// See license.mkd for licensing and copyright information.
// ---------------------------------------------------------------------------

/**
 * This contains the line based user interface which is used to provide a
 * terminal/console based interface with the user. This interface would be
 * used in situations where the graphical image based interface is not
 * supported.
 *
 * @since 2016/08/30
 */

package javax.microedition.lui;