Random password generation
9
I came across this in the Java Docs, in my ever growing attempt to learn Java.
I needed to implement custom listener events.
I needed to implement custom listener events.
9
Simple class to allow cut and paste to clipboard.
9
Reading and writing to a URL connection, thanks to Java.
8
If you only want to compare yyyy-mm-dd you can use the java.sql.Date class, the valueOf method does the trick. It's perfectly safe as the sql Date class is a subclass of the Date class.
Check out the docs here for more detail.
enjoy
Check out the docs here for more detail.
enjoy
8
Configurable number formatter.
8
8
Read a eight bytes in little endian order from the given InputStream and create a long out of them.
8
Set's a filter for what files to accept when using JFileChooser.
8
I needed these for a recent project, bits and bytes constants.
8
Convert a password returned by JPasswordField::getPassword() into a String.









