Package org.icepdf.ri.util

Class Summary
BareBonesBrowserLaunch Bare Bones Browser Launch for Java
Utility class to open a web page from a Swing application in the user's default browser.
Supports: Mac OS X, GNU/Linux, Unix, Windows XP
Example Usage:
    String url = "http://www.google.com/";
    BareBonesBrowserLaunch.openURL(url);
Latest Version: http://www.centerkey.com/java/browser
Author: Dem Pilafian
Public Domain Software -- Free to Use as You Like
FontPropertiesManager This class provides a very basic Font Properties Management system.
PropertiesManager This class provides a very basic Properties Management system for the viewer application.
Resources This is a utility class for ldisplaying internationalized dialogs.
SearchTextTask This class is a utility for searching text in a PDF document.
SVG The SVG class is a utility for writing PDF content to SVG format.
TextExtractionTask This class is a utility for extracting text from a PDF document.
URLAccess This utility class simplifies the process of loading URLs.