# $Id: files.mk,v 1.0 2004/08/25 10:33:14 philip $
####################################################################
# New modules should be added the appropriate section below #
##########
/* +++Date last modified: 05-Jul-1997 */
/*
** FILES.C: A program to determine the number of file handles
**
** Released in to the Public Domain by Matthew Hunt @ 1:129/135, in the
** hopes th
/*
** FILES.C: A program to determine the number of file handles
**
** Released in to the Public Domian by Matthew Hunt @ 1:129/135, in the
** hopes that no "programmer" will be so lazy that he|s
By default, the JDK uses the policy files located in
file:${java.home}/lib/security/java.policy
file:${user.home}/.java.policy
These policy files are specified in the default security fi
This example lists the files and subdirectories in a directory. To list all descendant files and subdirectories under a directory, see e33 Traversing the Files and Directories Under a Directory.
By default, hidden files are not shown in a file chooser dialog.
JFileChooser chooser = new JFileChooser();
// By default, hidingEnabled is true
boolean hidingEnabled = chooser.i