|
61-80 of 1678
Previous
Next |
|
Create a Menu Bar with JavaFX
by Leonard Anghel
Here's a JavaFX example that creates a nice menu bar.
|
|
Using Templates for Concurrent XSLT Transformations
by Leonard Anghel
Use Templates to use a Transformer object (from the TrAX API) in multiple threads running concurrently.
|
|
Manipulate the Components of a JNDI Composite Name
by Leonard Anghel
This tip shows you how to list, add, and remove components from a JNDI composite name (javax.naming.CompositeName).
|
|
Turn Off Auto-Commit for Better Performance
by Amol Somani
Learn how to improve your database performance by turning off auto-commit.
|
|
Create the "Night" Filter Using the RGBImageFilter Class
by Leonard Anghel
This tip shows you how to create the "night" effect on an image using the RGBImageFilter class.
|
|
Create a "Night" Filter Using RGBImageFilter
by Leonard Anghel
This tip shows you how to create the "night" effect for an image using the RGBImageFilter.
|
|
Prevent Inheritance from a Base Class
by Venkata Edara
Use the code in this tip to avoid deriving from your base class.
|
|
Create a "Fog" Filter Using the RGBImageFilter Class
by Leonard Anghel
The code in this tip shows you how to create a "fog" filter for an image using the RGBImageFilter class.
|
|
Create a "Flea" Filter Using the RGBImageFilter Class
by Leonard Anghel
This tip demonstrates how to build a "flea" filter based on the RGBImageFilter class. The filtered picture will look like the image displayed on old TVs.
|
|
Obtain Class Methods Using Reflection
by Leonard Anghel
Learn how to obtain all methods, all declared methods, and one specific method for the java.lang.reflect.Method class.
|
|
Read an Image from a Database Using the getBinaryStream Method
by Leonard Anghel
This following code shows you how to extract an image from a database using the getBinaryStream method.
|
|
Use LSOutput and LSSerializer to Serialize a DOM Tree
by Leonard Anghel
This tip shows you how to use the LSOutput/LSSerializer interfaces (from the DOM Load and Save API) for serialize a DOM tree.
|
|
Validate an XML Document Only When a DTD Exists
by Leonard Anghel
Learn how to use the DOMImplementationDS and DOMConfiguration classes to validate an XML document only when a DTD document can be found.
|
|
Use an XMLReporter for Report Customizable Errors in StAX Applications
by Leonard Anghel
Find out how to customize the error reports in StAX applications.
|
|
Using StAX to Clone an XML Document
by Leonard Anghel
To clone an XML document at runtime, use the StAX XMLEventReader and XMLEventWriter classes.
|
|
Override a Child Class' Parent Method
by Anthony Burke
Here's a workaround to override a child class' parent method with a more granular return type.
|
|
Load an Image Using the JAI API
by Leonard Anghel
Find out how to use JAI API to load an image in just three lines of code.
|
|
Extending the Existing CLR Type
by Naresh Rohra
With .NET 3.0, you can extend any existing CLR type by adding one or more public methods to itwithout recompiling the library
|
|
The Easiest and Most Efficient Way to Modify XML Documents
by Jimmy Zhang
The easiest most and most efficient way to update XML documents is to use non-extractive parsers (such as VTD-XML) because they support incremental content update.
|
|
Apply an Identical Transformation to a DOM Tree Using TrAX
by Leonard Anghel
The code in this tip is a full example that applies an identical transformation to a DOM tree.
|
|
61-80 of 1678
Previous
Next |