Skip to content

Java Swing component which provides a text screen display.

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
LICENSE
GPL-3.0
LICENSE.GPL
Notifications You must be signed in to change notification settings

diggernet/JScreen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JScreen

JScreen is a Java Swing component which provides a text screen display.

It was conceived to enable porting old DOS programs to a modern cross-platform environment, while retaining their original look and feel. But it was also designed to enable non-PC text modes, given suitable fonts and character mapping.

Hello World

Getting started is this simple:

import net.digger.ui.screen.JScreen;

public class HelloWorld {
	public static void main(String[] args) {
		JScreen screen = JScreen.createJScreenWindow();
		screen.print("Hello world.");
	}
}

The sample programs in JScreen-Demo show off some more of what JScreen can do. And, of course, the source is available to learn every nuance.

Modules

JScreen has the following modules:

License

JScreen is provided under the terms of the GNU Lesser General Public License v3.0 (LGPLv3).

About

Java Swing component which provides a text screen display.

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
LICENSE
GPL-3.0
LICENSE.GPL

Stars

Watchers

Forks

Packages

No packages published

Languages