Delete all Files From Folder
7
Simple Table
4
Customize JSlider Labels
7
Locks a minimim size to a dialog or panel.
7
mattrmiller
Formats milliseconds into a duration string.
7
Draw a dotted line in Java.
5
Draws a line (with arrow head) between two given points.
8
Set's a filter for what files to accept when using JFileChooser.
7
Change logs
-> length calculated from the array
-> charachters will not be repeated in the password
-> length calculated from the array
-> charachters will not be repeated in the password
6
More often than not, if your trying to work out what's going wrong with your subclass of InputStream, why the character encoding is getting lost in your database, or your file format reader is failing, you'll need to dump a byte buffer out in a useable form.
Here's two methods, one which appends to a StringBuffer, one which simply prints out to System.out
Tim.
(NB: The line: sb.append( "n" ) ; SHOULD have a leading slash ie: sb.append( "\n" ) ; but the formatter seems to remove it...
Here's two methods, one which appends to a StringBuffer, one which simply prints out to System.out
Tim.
(NB: The line: sb.append( "n" ) ; SHOULD have a leading slash ie: sb.append( "\n" ) ; but the formatter seems to remove it...
7
A simple implementation of a Java timer. Executes timer task every second.









