Changeset 19510
- Timestamp:
- 11/14/06 13:31:18 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/branches/2.0/modules/jackal/editors/org/vrjuggler/jccl/editors/ConfigContextEditor.java
r17895 r19510 501 501 private JSplitPane propsSplitPane = new JSplitPane(); 502 502 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", ""); 508 504 private JFrame helpBrowserFrame = new JFrame(); 509 505 private TinyBrowser helpBrowser = new TinyBrowser();
