Advertisement

Results for "Author: jon steffensen"

2002ASP #7805
Buttons, Textareas and Checkboxes

This code shows how to use buttons, editboxes and checkboxes in windows.

2002C #16410
Buttons, Textareas and Checkboxes

This code shows how to use buttons, editboxes and checkboxes in windows.

2002VB #25014
Buttons, Textareas and Checkboxes

This code shows how to use buttons, editboxes and checkboxes in windows.

ASP_Volume2 #39826
Universal FileFilter

This class is an extension to javax.swing.filechooser.Filefilter that you can use to easily build up simple file filters to use with JFileChooser. Example: ... String[] javaext = { "java" }; String[] htmlext = { "html", "htm" }; String[] textext = { "txt", "rtf", "doc" }; JFileChooser fc = new JFileChooser(); fc.addChooseableFileFilter(new UniversalFileFilter("Java Sourcecode", javaext)); fc.addChooseableFileFilter(new UniversalFileFilter("HTML Files", htmlext)); fc.addChooseableFileFilter(new UniversalFileFilter("Text Files", textext)); ... This will generate a JFileChooser with three filters, and generate file descriptions: Java Sourcecode (*.java) HTML Files (*.html, *.htm) Text Files (*.txt, *.rtf, *.doc)

C_Volume2 #80888
Universal FileFilter

This class is an extension to javax.swing.filechooser.Filefilter that you can use to easily build up simple file filters to use with JFileChooser. Example: ... String[] javaext = { "java" }; String[] htmlext = { "html", "htm" }; String[] textext = { "txt", "rtf", "doc" }; JFileChooser fc = new JFileChooser(); fc.addChooseableFileFilter(new UniversalFileFilter("Java Sourcecode", javaext)); fc.addChooseableFileFilter(new UniversalFileFilter("HTML Files", htmlext)); fc.addChooseableFileFilter(new UniversalFileFilter("Text Files", textext)); ... This will generate a JFileChooser with three filters, and generate file descriptions: Java Sourcecode (*.java) HTML Files (*.html, *.htm) Text Files (*.txt, *.rtf, *.doc)

Java_Volume1 #99432
Universal FileFilter

This class is an extension to javax.swing.filechooser.Filefilter that you can use to easily build up simple file filters to use with JFileChooser. Example: ... String[] javaext = { "java" }; String[] htmlext = { "html", "htm" }; String[] textext = { "txt", "rtf", "doc" }; JFileChooser fc = new JFileChooser(); fc.addChooseableFileFilter(new UniversalFileFilter("Java Sourcecode", javaext)); fc.addChooseableFileFilter(new UniversalFileFilter("HTML Files", htmlext)); fc.addChooseableFileFilter(new UniversalFileFilter("Text Files", textext)); ... This will generate a JFileChooser with three filters, and generate file descriptions: Java Sourcecode (*.java) HTML Files (*.html, *.htm) Text Files (*.txt, *.rtf, *.doc)

1_2002 #111768
Buttons, Textareas and Checkboxes

This code shows how to use buttons, editboxes and checkboxes in windows.

2_2002-2004 #126579
Universal FileFilter

This class is an extension to javax.swing.filechooser.Filefilter that you can use to easily build up simple file filters to use with JFileChooser. Example: ... String[] javaext = { "java" }; String[] htmlext = { "html", "htm" }; String[] textext = { "txt", "rtf", "doc" }; JFileChooser fc = new JFileChooser(); fc.addChooseableFileFilter(new UniversalFileFilter("Java Sourcecode", javaext)); fc.addChooseableFileFilter(new UniversalFileFilter("HTML Files", htmlext)); fc.addChooseableFileFilter(new UniversalFileFilter("Text Files", textext)); ... This will generate a JFileChooser with three filters, and generate file descriptions: Java Sourcecode (*.java) HTML Files (*.html, *.htm) Text Files (*.txt, *.rtf, *.doc)

3_2004-2005 #145123
Universal FileFilter

This class is an extension to javax.swing.filechooser.Filefilter that you can use to easily build up simple file filters to use with JFileChooser. Example: ... String[] javaext = { "java" }; String[] htmlext = { "html", "htm" }; String[] textext = { "txt", "rtf", "doc" }; JFileChooser fc = new JFileChooser(); fc.addChooseableFileFilter(new UniversalFileFilter("Java Sourcecode", javaext)); fc.addChooseableFileFilter(new UniversalFileFilter("HTML Files", htmlext)); fc.addChooseableFileFilter(new UniversalFileFilter("Text Files", textext)); ... This will generate a JFileChooser with three filters, and generate file descriptions: Java Sourcecode (*.java) HTML Files (*.html, *.htm) Text Files (*.txt, *.rtf, *.doc)

Languages
Top Categories
Global Discovery