krysalis-jplugin/src/java/org/krysalis/jplugin/components/sheets/stores CreateDocumentSheet.java,1.6,1.7 DocumentsSheet.java,1.7,1.8 StoresTreeSheet.java,1.5,1.6

[email protected]
Newsgroups gmane.comp.krysalis.metamorphosis.cvs
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/krysalis-jplugin/src/java/org/krysalis/jplugin/components/sheets/stores
In directory sc8-pr-cvs1:/tmp/cvs-serv32345/java/org/krysalis/jplugin/components/sheets/stores

Modified Files:
	CreateDocumentSheet.java DocumentsSheet.java 
	StoresTreeSheet.java 
Log Message:
Remove antialiasing cruft.

Index: CreateDocumentSheet.java
===================================================================
RCS file: /cvsroot/metamorphosis/krysalis-jplugin/src/java/org/krysalis/jplugin/components/sheets/stores/CreateDocumentSheet.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** CreateDocumentSheet.java	29 Sep 2003 15:46:35 -0000	1.6
--- CreateDocumentSheet.java	1 Oct 2003 06:39:10 -0000	1.7
***************
*** 35,39 ****
  import org.apache.avalon.framework.component.ComponentManager;
  import org.apache.avalon.framework.component.Composable;
- import org.krysalis.jplugin.framework.concerns.AntiAliasing;
  import org.krysalis.jplugin.framework.services.direction.Director;
  import org.krysalis.swingx.icons.IconFactory;
--- 35,38 ----
***************
*** 143,157 ****
          } catch (Exception e) {
          }
-     }
- 
- 
-     /**
-      *  Description of the Method
-      *
-      *@param  g1  Description of Parameter
-      */
-     public void paint(Graphics g1) {
-         AntiAliasing.antialias(g1);
-         super.paint(g1);
      }
  
--- 142,145 ----

Index: DocumentsSheet.java
===================================================================
RCS file: /cvsroot/metamorphosis/krysalis-jplugin/src/java/org/krysalis/jplugin/components/sheets/stores/DocumentsSheet.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** DocumentsSheet.java	30 Sep 2003 12:51:42 -0000	1.7
--- DocumentsSheet.java	1 Oct 2003 06:39:10 -0000	1.8
***************
*** 29,33 ****
  import org.apache.avalon.framework.component.ComponentManager;
  import org.apache.avalon.framework.component.Composable;
- import org.krysalis.jplugin.framework.concerns.AntiAliasing;
  import org.krysalis.swingx.icons.IconFactory;
  import org.krysalis.swingx.icons.JIcon;
--- 29,32 ----
***************
*** 175,190 ****
  
      }
- 
- 
-     /**
-      *  Description of the Method
-      *
-      *@param  g1  Description of Parameter
-      */
-     public void paint(Graphics g1) {
-         AntiAliasing.antialias(g1);
-         super.paint(g1);
-     }
- 
  
      /**
--- 174,177 ----

Index: StoresTreeSheet.java
===================================================================
RCS file: /cvsroot/metamorphosis/krysalis-jplugin/src/java/org/krysalis/jplugin/components/sheets/stores/StoresTreeSheet.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** StoresTreeSheet.java	30 Sep 2003 12:51:54 -0000	1.5
--- StoresTreeSheet.java	1 Oct 2003 06:39:10 -0000	1.6
***************
*** 37,41 ****
  import org.apache.avalon.framework.component.ComponentManager;
  import org.apache.avalon.framework.component.Composable;
- import org.krysalis.jplugin.framework.concerns.AntiAliasing;
  import org.krysalis.jplugin.framework.services.direction.Director;
  import org.krysalis.swingx.resources.ResourceFactory;
--- 37,40 ----
***************
*** 214,229 ****
          jFileTree.scrollPathToVisible(new TreePath(((DefaultTreeModel) jFileTree.getModel()).getPathToRoot(node)));
      }
- 
- 
-     /**
-      *  Description of the Method
-      *
-      *@param  g1  Description of Parameter
-      */
-     public void paint(Graphics g1) {
-         AntiAliasing.antialias(g1);
-         super.paint(g1);
-     }
- 
  
      /**
--- 213,216 ----




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.