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

[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-serv1854/src/java/org/krysalis/jplugin/components/sheets/config

Modified Files:
	ConfigSheet.java 
Log Message:
Switch to new Antialiasing

Index: ConfigSheet.java
===================================================================
RCS file: /cvsroot/metamorphosis/krysalis-jplugin/src/java/org/krysalis/jplugin/components/sheets/config/ConfigSheet.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ConfigSheet.java	1 Oct 2003 06:39:10 -0000	1.4
--- ConfigSheet.java	24 Oct 2003 09:35:56 -0000	1.5
***************
*** 98,104 ****
      void jAntiAliasCheckBox_actionPerformed(ActionEvent e) {
          if (jAntiAliasCheckBox.isSelected()) {
!             org.krysalis.swingx.concerns.AntiAliasing.antialias = true;
          } else {
!           org.krysalis.swingx.concerns.AntiAliasing.antialias = false;
          }
  
--- 98,104 ----
      void jAntiAliasCheckBox_actionPerformed(ActionEvent e) {
          if (jAntiAliasCheckBox.isSelected()) {
!             org.krysalis.swingx.concerns.RenderingHintsConcern.setEnabled(true);
          } else {
!           org.krysalis.swingx.concerns.RenderingHintsConcern.setEnabled(false);
          }
  




-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
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.