Package EDU.ksu.cis.calculator.jnlpui

This package contains the definition of a user interface compatible with the JNLP API.

See:
          Description

Class Summary
JNLPCompatibleUI A user interface designed to be compatible with the JNLP API, so that it will work properly under Java Web Start.
ScrollingDisplay A single-line text area with a scrollbar.
 

Package EDU.ksu.cis.calculator.jnlpui Description

This package contains the definition of a user interface compatible with the JNLP API. If a ClipboardService is available, a popup menu giving access to Cut, Copy, and Paste operations is associated with the display. Thus, access to the system clipboard is provided when the application is launched under JavaTM Web Start.