|
||||||||
A Fax Viewer1993, The Norfolk-Southern CorporationProblemEnable billing representatives at the Norfolk Southern Corporation to view customers' faxes on-line. SolutionAs part of a project which moved most customer-care operations to a Macintosh environment, I wrote a fax-viewing window:
I modeled the Fax Viewer after Macintosh graphics-editing programs which were popular at that time. The goal, as with every other user interface I have built, was to make it as easy as possible for the user to learn this new tool. I felt this was particularly important because these users were new to the Macintosh; they were accustomed to a mainframe environment. ArchitectureOf significant architectural interest are the page-rotation icons The icons are "interesting" because they are implementations of a general-purpose concept of a "radio button." In modern graphical user interfaces, radio buttons look like this: The
To do this, I wrote a RadioButton class. I also built a number of icons to support the RadioButton feature (and many others). |
||||||||