Home > Prompt

Prompt

Prompt is a project mainly written in Java, it's free.

This is a Java utility that simply encapsulates the process of prompting the user for input.

This Java package is intended for other Java developers to import. It is used as a Class method.

Usage example: . . . String input = Prompt.For("Your Input: "); . . .

Nov 1. 2011 Initial creation

Previous:objectssys