Day to 12 A.M.





ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

7
Date Submitted Tue. Feb. 21st, 2006 11:47 AM
Revision 1
Coder mattrmiller
Tags Java | Timer
Comments 1 comments
A simple implementation of a Java timer. Executes timer task every second.
8
Date Submitted Thu. Feb. 23rd, 2006 1:10 PM
Revision 1
Coder mattrmiller
Tags Bits | Bytes | Constants | Java
Comments 0 comments
I needed these for a recent project, bits and bytes constants.
8
Date Submitted Fri. Feb. 24th, 2006 8:18 PM
Revision 2
Coder mattrmiller
Tags Java | JPasswordField | Password | String
Comments 2 comments
Convert a password returned by JPasswordField::getPassword() into a String.
9
Date Submitted Wed. Mar. 8th, 2006 10:05 PM
Revision 1
Coder mattrmiller
Tags EventListener | EventListenerList | Java
Comments 0 comments
I came across this in the Java Docs, in my ever growing attempt to learn Java. I needed to implement custom listener events.
7
Date Submitted Tue. Mar. 14th, 2006 11:49 PM
Revision 1
Coder mattrmiller
Tags Java | Newline | REMOVE | Replace | String
Comments 4 comments
Remove newslines from a string.
9
Date Submitted Thu. Mar. 16th, 2006 3:49 PM
Revision 1
Coder mattrmiller
Tags Clipboard | Cut | Java | Paste
Comments 1 comments
Simple class to allow cut and paste to clipboard.
13
Date Submitted Thu. Mar. 16th, 2006 10:49 PM
Revision 1
Coder mattrmiller
Tags Compression | File | GZIPOutputStream | GZIPOutputStreamEx | Java | Stream
Comments 0 comments
in the normal GZIPOutputStream you can not et the compression level. I came across this little script tonight that allows you to set the compression level for GZIPOutputStream.
7
Date Submitted Thu. Mar. 16th, 2006 11:17 PM
Revision 1
Coder mattrmiller
Tags File | Java | Move
Comments 1 comments
Move a file quickly in java.
13
Date Submitted Mon. Mar. 20th, 2006 4:52 PM
Revision 1
Coder mattrmiller
Tags Delete | Extension | File | Folder | Java
Comments 0 comments
Deletes all files of a certain extention from a folder.
11
Date Submitted Wed. Mar. 29th, 2006 12:04 PM
Revision 1
Coder mattrmiller
Tags Delete | Directory | Java | Recursive | REMOVE
Comments 1 comments
Recursively delete a directory, emptying all contents.