Changeset 19510

Show
Ignore:
Timestamp:
11/14/06 13:31:18 (2 years ago)
Author:
patrick
Message:

MFT [rev 18964]: Allow a scrollbar to be displayed in the help pane when

necessary. For some reason, the viewport always starts out
scrolled to the bottom, but at least there is now a
scrollbar so that it is not necessary to resize the help
pane just to see all the help text.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/branches/2.0/modules/jackal/editors/org/vrjuggler/jccl/editors/ConfigContextEditor.java

    r17895 r19510  
    501501   private JSplitPane propsSplitPane = new JSplitPane(); 
    502502   private JScrollPane helpScrollPane = new JScrollPane(); 
    503    private JEditorPane helpPane = new JEditorPane("text/html", "") 
    504    { 
    505       public boolean getScrollableTracksViewportWidth() { return true; } 
    506       public boolean getScrollableTracksViewportHeight() { return true; } 
    507    }; 
     503   private JEditorPane helpPane = new JEditorPane("text/html", ""); 
    508504   private JFrame helpBrowserFrame = new JFrame(); 
    509505   private TinyBrowser helpBrowser = new TinyBrowser();