Ignore:
Timestamp:
2001-04-04T22:44:38+12:00 (23 years ago)
Author:
daven
Message:

turned on the BerryBasket. Try right-clicking on a result in the results List
to add one - no delete yet. Re-sizing maybe improved as well - no
guarantees yet though.

File:
1 edited

Legend:

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

    r2273 r2281  
    9191    JPanel centerPanel = new JPanel();
    9292    QueryHistoryPanel queryHistoryPanel = new QueryHistoryPanel(csModel);
     93    BerryBasketPanel berryBasketPanel = new BerryBasketPanel(csModel);
     94
     95
     96    centerPanel.setLayout(new BoxLayout(centerPanel, BoxLayout.Y_AXIS));
     97    centerPanel.add(berryBasketPanel);
    9398    centerPanel.add(queryHistoryPanel);
     99
    94100
    95101    content.setLayout(new BoxLayout(content, BoxLayout.X_AXIS));   
Note: See TracChangeset for help on using the changeset viewer.