krysalis-jplugin/src/java/org/krysalis/swallowtail/sheets/text TextSheet.java,1.1.1.1,1.2

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

Modified Files:
	TextSheet.java 
Log Message:
Remove the AntiAliased-* classes

Index: TextSheet.java
===================================================================
RCS file: /cvsroot/metamorphosis/krysalis-jplugin/src/java/org/krysalis/swallowtail/sheets/text/TextSheet.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** TextSheet.java	15 Apr 2003 21:09:57 -0000	1.1.1.1
--- TextSheet.java	29 Sep 2003 13:20:19 -0000	1.2
***************
*** 14,19 ****
  import javax.swing.JTextArea;
  
- import org.apache.log4j.Category;
- import org.krysalis.swingx.swing.AntiAliasedJTextArea;
  import org.krysalis.jplugin.components.sheets.AbstractSaveableComponentSheet;
  
--- 14,17 ----
***************
*** 33,37 ****
       */
      public TextSheet() {
!         jTextArea = new AntiAliasedJTextArea();
          jComponent = new JScrollPane(jTextArea);
      }
--- 31,35 ----
       */
      public TextSheet() {
!         jTextArea = new JTextArea();
          jComponent = new JScrollPane(jTextArea);
      }




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