REVIEW - Netscape IFC in a Nutshell - A Desktop Quick Reference for Java Programmers


Title:

Netscape IFC in a Nutshell

A Desktop Quick Reference for Java Programmers

Author:

Dean Petrich, David Flanagan

ISBN:

Publisher:

O'Reilly (1997)

Pages:

354pp

Reviewer:

Brian Bramer

Reviewed:

April 1998

Rating:

★★☆☆☆


The Java AWT (Abstract Window Toolkit) provides an extensive set of GUI tools which enable the development of system independent software. The AWT, however, uses native GUI components of the host operating system and hence one has a platform dependent look-and-feel. This is fine when working with one host system, all the programs have the same interface. It is a problem when using the same program on several platforms - how one uses buttons, pull down menus, etc. depends on the host system. The IFC (Internet Foundation Classes) from Netscape (freely available from the web site) are a set of Java classes for building GUIs with a platform independent look-and-feel, i.e. the program looks and acts the same when running on a PC, Sun, Mac, etc. The IFC implements its own GUI components using only basic graphics and windowing facilities of the AWT.

This text is a tutorial and desktop reference on the IFC. It is in four parts, an introduction, the View class (the base for all IFC GUI components), the GUI components (windows, buttons, dialogue boxes, etc.) and advanced topics (e.g. TextView which enables display and editing of multi-font text). There are plenty of sample programs, which can be downloaded from an ftp site.

Worth looking at as an alternative to the AWT. For example, a developer wishing to give programs a customised platform independent GUI. Also useful as a student text in an HCI module.

In the future look out for the JFC (Java Foundation Classes) from Sun and Netscape which aim to integrate ideas from both the AWT and the IFC.


Book cover image courtesy of Open Library.





Your Privacy

By clicking "Accept All Cookies" you agree ACCU can store cookies on your device and disclose information in accordance with our Privacy Policy and Cookie Policy.

By clicking "Share IP Address" you agree ACCU can forward your IP address to third-party sites to enhance the information presented on the site, and that these sites may store cookies on your device.