diff options
| author | eea1 <eea1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-19 03:07:47 +0000 |
|---|---|---|
| committer | eea1 <eea1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-19 03:07:47 +0000 |
| commit | d8797ca8274e1c5d0364af395e86e40e8f187531 (patch) | |
| tree | 39835b1cc903c0d6cc53aa55c0cc7cad71ca92c9 /java/ImageProcessing/framework/FilePanel.java | |
| parent | d3b4f184eeea603e79aded58bd0722257df2431c (diff) | |
| download | ATCD-d8797ca8274e1c5d0364af395e86e40e8f187531.tar.gz | |
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.
Diffstat (limited to 'java/ImageProcessing/framework/FilePanel.java')
| -rw-r--r-- | java/ImageProcessing/framework/FilePanel.java | 7 |
1 files changed, 7 insertions, 0 deletions
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_); |
