krysalis-jplugin/src/java/org/krysalis/jplugin/components/sheets/config ConfigSheet.java,1.3,1.4

[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/config
In directory sc8-pr-cvs1:/tmp/cvs-serv32345/java/org/krysalis/jplugin/components/sheets/config

Modified Files:
	ConfigSheet.java 
Log Message:
Remove antialiasing cruft.

Index: ConfigSheet.java
===================================================================
RCS file: /cvsroot/metamorphosis/krysalis-jplugin/src/java/org/krysalis/jplugin/components/sheets/config/ConfigSheet.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ConfigSheet.java	29 Sep 2003 14:44:53 -0000	1.3
--- ConfigSheet.java	1 Oct 2003 06:39:10 -0000	1.4
***************
*** 22,26 ****
  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.resources.ResourceFactory;
  import org.krysalis.jplugin.framework.tools.Tool;
--- 22,25 ----
***************
*** 95,116 ****
       *  Description of the Method
       *
-      *@param  g1  Description of Parameter
-      */
-     public void paint(Graphics g1) {
-         AntiAliasing.antialias(g1);
-         super.paint(g1);
-     }
- 
- 
-     /**
-      *  Description of the Method
-      *
       *@param  e  Description of Parameter
       */
      void jAntiAliasCheckBox_actionPerformed(ActionEvent e) {
          if (jAntiAliasCheckBox.isSelected()) {
!             AntiAliasing.antialias = true;
          } else {
!             AntiAliasing.antialias = false;
          }
  
--- 94,104 ----
       *  Description of the Method
       *
       *@param  e  Description of Parameter
       */
      void jAntiAliasCheckBox_actionPerformed(ActionEvent e) {
          if (jAntiAliasCheckBox.isSelected()) {
!             org.krysalis.swingx.concerns.AntiAliasing.antialias = true;
          } else {
!           org.krysalis.swingx.concerns.AntiAliasing.antialias = false;
          }
  




-------------------------------------------------------
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.