Ignore:
Timestamp:
2001-03-24T15:16:44+12:00 (23 years ago)
Author:
daven
Message:

dynamically update display mode based on preference changes. i.e. if the user
switches to raw text mode the document display should update on the
exit of the prefences dialog, not until the user selects a new result.
Altered the listhandler in SearchPanel.java to simplify this and reduce
occurrences of multiple code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/java-client/org/nzdl/gsdl/SimpleGraphicalClient/Constants.java

    r2190 r2222  
    1919package org.nzdl.gsdl.SimpleGraphicalClient;
    2020
    21 import java.awt.Font;
     21import java.awt.*;
    2222
    2323/**
     
    5959    String SAVE_DOCS = "Save documents";
    6060
     61    /* Cursors */
     62
     63    Cursor NORMAL_CURSOR = Cursor.getPredefinedCursor(Cursor.DEFAULT_CURSOR);
     64    Cursor WAIT_CURSOR = Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR);
     65
     66
     67
     68
    6169/*Fonts */
    6270
Note: See TracChangeset for help on using the changeset viewer.