Ignore:
Timestamp:
2001-03-26T19:07:55+12:00 (23 years ago)
Author:
daven
Message:

added QueryHistory, tooltips on collectionInfoButton. Altered
CSModel to retain CollectionInfo objects and longCollectionNames
for performance. Added files for a BerryBasket - to be turned on
soon. Added sorting of the QueryHistory via the TableMap and TableSorter
files - from the Java Swing tutorial - not sure about GPL status
of these 2.

File:
1 edited

Legend:

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

    r2222 r2225  
    8888    searchPanel = new SearchPanel(csModel, this);
    8989       
     90    JPanel centerPanel = new JPanel();
     91    QueryHistoryPanel queryHistoryPanel = new QueryHistoryPanel(csModel);
     92    centerPanel.add(queryHistoryPanel);
     93
    9094    content.setLayout(new BoxLayout(content, BoxLayout.X_AXIS));   
    9195    content.add(searchPanel);
     96    content.add(centerPanel);
    9297   
    9398    addWindowListener(new WindowHandler());
Note: See TracChangeset for help on using the changeset viewer.