After a long time, I've decided to start programming again for a bit of fun, I've created several programs using a text editor and the console, but I'm now trying to use netbeans and have a few issues
I created (with the text editor)a java class called Clavier which allows me to read from the keyboard, it has a couple of methods (one for strings, double, floats and int) and that's it. I've tested it and it runs fine.
Unfortunately I don't know how to import it with netbeans so that any program I decide to make can use it.
Can anyone help me please?
Thank you very much