| version 1.33 | version 1.34 |
|---|
| |
| // Copyright (c) 2001-2002 Board of Trustees of the University of Illinois | // Copyright (c) 2001-2002 Board of Trustees of the University of Illinois |
| // Theoretical Biophysics Group http://www.ks.uiuc.edu/ | // Theoretical Biophysics Group http://www.ks.uiuc.edu/ |
| // | // |
| // $Id: PubSynchBean.java,v 1.33 2002/09/20 19:41:13 mbach Exp $ | // $Id: PubSynchBean.java,v 1.34 2002/10/18 16:03:12 mbach Exp $ |
| // | // |
| | |
| import java.awt.*; | import java.awt.*; |
| |
| else if(representation.equals("TUBE")) { | else if(representation.equals("TUBE")) { |
| iRep = MolecGraphics.TUBE; | iRep = MolecGraphics.TUBE; |
| } | } |
| else if(representation.equals("VRML")) { | /*else if(representation.equals("VRML")) { |
| iRep = MolecGraphics.VRML; | iRep = MolecGraphics.VRML; |
| } | } */ |
| else { | else { |
| iRep = MolecGraphics.TUBE; | iRep = MolecGraphics.TUBE; |
| } | } |
| |
| case MolecGraphics.LICORICE: | case MolecGraphics.LICORICE: |
| return "LICORICE"; | return "LICORICE"; |
| | |
| case MolecGraphics.VRML: | //case MolecGraphics.VRML: |
| return "VRML"; | // return "VRML"; |
| | |
| default: | default: |
| return "TUBE"; | return "TUBE"; |