Skip to content

Introducing Input4J

Matheus Jordan edited this page May 3, 2019 · 1 revision

Input4J (Input for Java) is an simple library to abstract the Scanner Object Creation.

I develop it to help in many projects and to make a Python Input in Java, in python the variables don't have types, but in java Yes.

for this reason I don't make a simple input like this -> input("Your name: ").

I make a really java input -> Input.Str("Your name: ");

This project is basicaly it.

Clone this wiki locally