krysalis-jplugin/src/java/org/krysalis/jplugin/components/holders SingleSheetActivatingHolder.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/jplugin/components/holders
In directory sc8-pr-cvs1:/tmp/cvs-serv2674/src/java/org/krysalis/jplugin/components/holders

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

Index: SingleSheetActivatingHolder.java
===================================================================
RCS file: /cvsroot/metamorphosis/krysalis-jplugin/src/java/org/krysalis/jplugin/components/holders/SingleSheetActivatingHolder.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** SingleSheetActivatingHolder.java	15 Apr 2003 21:09:54 -0000	1.1.1.1
--- SingleSheetActivatingHolder.java	29 Sep 2003 13:20:19 -0000	1.2
***************
*** 50,55 ****
  import javax.swing.*;
  import java.awt.*;
- import org.krysalis.swingx.swing.AntiAliasedJButton;
- import org.krysalis.swingx.swing.AntiAliasedJRadioButton;
  import org.krysalis.swingx.swing.CardPanel;
  import org.krysalis.swingx.swing.JSwitcherToolBar;
--- 50,53 ----
***************
*** 74,79 ****
      BorderLayout borderLayout1 = new BorderLayout();
      TitledBorder titledBorder1;
!     AntiAliasedJButton AntiAliasedJButton = new AntiAliasedJButton();
!     AntiAliasedJButton jLogoButton = new AntiAliasedJButton();
      Border border1;
      Border border2;
--- 72,77 ----
      BorderLayout borderLayout1 = new BorderLayout();
      TitledBorder titledBorder1;
!     JButton AntiAliasedJButton = new JButton();
!     JButton jLogoButton = new JButton();
      Border border1;
      Border border2;
***************
*** 344,348 ****
          jPanel4.add(jOpenNewSheetCheckBox, BorderLayout.EAST);
  
!         jSwitcherToolBar1.add(new AntiAliasedJButton("Home"));
          cardPanel.add("Home", new JEditorPane());
  
--- 342,346 ----
          jPanel4.add(jOpenNewSheetCheckBox, BorderLayout.EAST);
  
!         jSwitcherToolBar1.add(new JButton("Home"));
          cardPanel.add("Home", new JEditorPane());
  
***************
*** 458,462 ****
                  final DataHandler dh = activator.getDataHandler(currentEntity);
                  String commandName = currentCommand.getCommandName();
!                 AntiAliasedJRadioButton editButton = new AntiAliasedJRadioButton(commandName);
                  switcherToolBar.add(editButton);
                  ActionListener currentActionListener =
--- 456,460 ----
                  final DataHandler dh = activator.getDataHandler(currentEntity);
                  String commandName = currentCommand.getCommandName();
!                 JRadioButton editButton = new JRadioButton(commandName);
                  switcherToolBar.add(editButton);
                  ActionListener currentActionListener =




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