Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2970 - in development/main/depot/prefs/src/main/net/dpml/depot/prefs: . images

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT dpml.net
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2970 - in development/main/depot/prefs/src/main/net/dpml/depot/prefs: . images
  • Date: Mon, 04 Jul 2005 20:08:59 -0400

Author: mcconnell AT dpml.net
Date: Mon Jul 4 20:08:59 2005
New Revision: 2970

Added:

development/main/depot/prefs/src/main/net/dpml/depot/prefs/images/cache.png
(contents, props changed)

development/main/depot/prefs/src/main/net/dpml/depot/prefs/images/folder.png
(contents, props changed)
Modified:

development/main/depot/prefs/src/main/net/dpml/depot/prefs/CacheDirectoryPanel.java

development/main/depot/prefs/src/main/net/dpml/depot/prefs/CacheModelPanel.java
Log:
Making depot interactive easier to deal with cache settings.

Modified:
development/main/depot/prefs/src/main/net/dpml/depot/prefs/CacheDirectoryPanel.java
==============================================================================
---
development/main/depot/prefs/src/main/net/dpml/depot/prefs/CacheDirectoryPanel.java
(original)
+++
development/main/depot/prefs/src/main/net/dpml/depot/prefs/CacheDirectoryPanel.java
Mon Jul 4 20:08:59 2005
@@ -101,7 +101,7 @@
{
JLabel label =
IconHelper.createImageIconJLabel(
- getClass().getClassLoader(), SERVER_IMG_PATH,
+ getClass().getClassLoader(), FOLDER_IMG_PATH,
"Cache", "Cache Settings." );

label.setBorder( new EmptyBorder( 0, 5, 0, 0 ) );
@@ -274,8 +274,7 @@
//--------------------------------------------------------------

private static EmptyBorder border5 = new EmptyBorder( 5, 5, 5, 5);
- private static String SERVER_IMG_PATH =
"net/dpml/depot/prefs/images/server.png";
- private static String PASSWORD_IMG_PATH =
"net/dpml/depot/prefs/images/password.png";
+ private static String FOLDER_IMG_PATH =
"net/dpml/depot/prefs/images/folder.png";
}



Modified:
development/main/depot/prefs/src/main/net/dpml/depot/prefs/CacheModelPanel.java
==============================================================================
---
development/main/depot/prefs/src/main/net/dpml/depot/prefs/CacheModelPanel.java
(original)
+++
development/main/depot/prefs/src/main/net/dpml/depot/prefs/CacheModelPanel.java
Mon Jul 4 20:08:59 2005
@@ -398,6 +398,6 @@
}

private static String CACHE_IMG_PATH =
"net/dpml/depot/prefs/images/cache.jpg";
- private static String MISC_IMG_PATH =
"net/dpml/depot/prefs/images/settings.png";
+ private static String MISC_IMG_PATH =
"net/dpml/depot/prefs/images/cache.png";

}

Added:
development/main/depot/prefs/src/main/net/dpml/depot/prefs/images/cache.png
==============================================================================
Binary file. No diff available.

Added:
development/main/depot/prefs/src/main/net/dpml/depot/prefs/images/folder.png
==============================================================================
Binary file. No diff available.



  • svn commit: r2970 - in development/main/depot/prefs/src/main/net/dpml/depot/prefs: . images, mcconnell, 07/04/2005

Archive powered by MHonArc 2.6.24.

Top of Page