ptools

Japanese version is here.

ptools.gif (30k)

You will find the latest version of this document at http://www.sra.co.jp/people/hoshi/ptools-e.html.

Contents

Download


Introduction

This is a tool to display the contents of Pilot resource files (*.prc). It is written in Java (JDK 1.0.2 + teikade 1.7b6) so that it can run on as many platforms as possible.

I tested this tool on

(But on some platform or Java version, you may see strange behaviour...) According to Mr. rossi, it runs on OS/2 Warp with Navigator/2 2.02I.

Japanese display are tested on

J2Uc.java, written by Y. Kuno, is used (with some modification) to convert Shift JIS to Unicode. Thanks a lot.

This software is free, as long as you use it for non-commercial purposes.


How to Use

Extract ptools-0.7.3.zip and you will have the following files and directories.

On Windows and UNIX, add ptools-0.7.3/classes.zip to CLASSPATH and type

java ptools.ShowDatabase (.prc/.pdb file)
to execute. On Windows, you may want to make a shortcut.

On Mac OS, extract ptools-0.7.3.sit and double click on "ptools" icon.


Menus

File menu
New
Open an empty window.
Open...
Open a resource file (.prc) or data database file (.pdb). If the window is not empty, a new window is opened.
Clone
Open a clone of the window.
Save as...
Save the resource or data database file.
Save Resource as...
Save the selected resource.
Save Bitmap as...
Save the bitmap.
Reload
Reload the contents of the window.
Close
Close the window.
Quit
Quit the program.
Option menu
Graphic
Displays the bitmap itself.
Source
Displays in the source format of pilrc, etc.
Attributes
Displays attributes.
All Attributes
Displays all attributes.
Hex dump
Displays in hex dump.
x 1, x 2, x 4, x 8
Set the magnification of the bitmap.
Grid
Displays grid when the magnification is x 2 or more.
Thumbnail
Displays thumbnail bitmaps of Q Paint database.
Japanese
Displays Japanese text.
Version menu
Displays the version number of ptools, and information about the Java runtime environment on which ptools runs.

Resource Types

It can display the following types of System-defined resources.

It displays 'tFRM' .. 'tAIN' in pilrc format, 'tAIB' and 'Tbmp' graphically, and other resources in hex dump.

It can also display the following types of application-defined resources.


Bugs


Revision History

2000/09/08 (ver 0.7.3)
2000/07/24 (ver 0.7.2)
1998/03/16 (ver 0.7.1)
1997/08/21 (ver 0.7)
1997/08/10 (ver 0.6)
1997/07/29 (ver 0.5)
1997/06/19 (ver 0.4.1)
1997/06/18 (ver 0.4)
1997/05/08 (ver 0.3)
1997/04/18 (ver 0.2)
1997/04/15
initial release (Japanese only).

Hoshi Takanori, Last update: $Date: 2000/09/08 10:02:29 $