From d8797ca8274e1c5d0364af395e86e40e8f187531 Mon Sep 17 00:00:00 2001 From: eea1 Date: Fri, 19 Dec 1997 03:07:47 +0000 Subject: This adds the authorization to the PUT command. Now the frames for saving and loading URLs are different. Once the password is entered, it has to make its way all the way to BlobWriter in JACE -- that's why so many files had to be changed. --- java/ImageProcessing/framework/FilePanel.java | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'java/ImageProcessing/framework/FilePanel.java') diff --git a/java/ImageProcessing/framework/FilePanel.java b/java/ImageProcessing/framework/FilePanel.java index ac5589d7862..f8ffc7dbca8 100644 --- a/java/ImageProcessing/framework/FilePanel.java +++ b/java/ImageProcessing/framework/FilePanel.java @@ -52,6 +52,13 @@ class ResetPanel extends Panel // First create all the buttons this.reloadButton_ = new ReloadButton ("Reload Filters", "Reload all filters", this.parent_); + + // ********************** + // Disable this until it works + // ********************** + this.reloadButton_.disable(); + + this.resetButton_ = new ResetButton ("Reset", "Reset the image", this.parent_); -- cgit v1.2.1