src/java/isac/gui/browser/BrowserPanel.java
changeset 3881 72f0be16d83b
parent 3569 53d24ad1ed92
child 3928 d38196e9b162
     1.1 --- a/src/java/isac/gui/browser/BrowserPanel.java	Thu May 17 14:05:19 2007 +0200
     1.2 +++ b/src/java/isac/gui/browser/BrowserPanel.java	Thu Jan 17 16:27:03 2008 +0100
     1.3 @@ -50,7 +50,7 @@
     1.4  	 * used for message dispatching.
     1.5  	 * 
     1.6  	 */
     1.7 -	protected BrowserFrame  parent_;
     1.8 +	protected BrowserFrameSwing  parent_;
     1.9  	
    1.10  	/**
    1.11  	 * The constructor
    1.12 @@ -58,7 +58,7 @@
    1.13  	 * @param parent - The parent frame, which handles the communication with the BrowserDialog
    1.14  	 * @param hierarchy - the hierarchy from KEStore
    1.15  	 */
    1.16 -	BrowserPanel( BrowserFrame parent ) {
    1.17 +	BrowserPanel( BrowserFrameSwing parent ) {
    1.18  		super();
    1.19  		
    1.20  		/// save the parent