Changeset 2150


Ignore:
Timestamp:
2001-03-09T19:19:08+13:00 (23 years ago)
Author:
say1
Message:

GUI size changes

File:
1 edited

Legend:

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

    r2149 r2150  
    161161    dataPanel.setBorder(BorderFactory.createEmptyBorder(3,3,3,3));
    162162    dataTextArea = new JEditorPane("text/html",
    163                    "<html><body>Document details will appear here.\n\n\n</body></html>");
     163                   "<html><body>Document details will appear here.</body></html>");
    164164    dataTextArea.setEditable(false);
    165165    dataTextArea.setEditable(false);
     
    168168    //dataTextArea.setPreferredSize(new Dimension(100, 100));
    169169    scrollDataPane = new JScrollPane(dataTextArea);
    170     scrollDataPane.setPreferredSize(new Dimension(100, 100));
     170    scrollDataPane.setPreferredSize(new Dimension(300, 300));
    171171    dataPanel.add(scrollDataPane, BorderLayout.CENTER);
    172172   
Note: See TracChangeset for help on using the changeset viewer.