Deprecated API


Contents
Deprecated Methods
anecho.gui.PosTools.findCentre()
          use findCenter() instead. English spelling confuses people 
anecho.gui.PosTools.findCentre(Component)
          use findCenter(Component c) instead 
anecho.gui.PosTools.findCentre(Component, Component)
          use findCenter(Component parent, Component child) 
anecho.gui.PosTools.findCentre(Component, int)
          use findCenter(Component c, int corner) instead 
anecho.JamochaMUD.CHandler.getActiveMUDText()
          use JMText getActiveMUDText(String stamp) 
anecho.JamochaMUD.JMConfig.getConnectionHandler()
          The CHandler class will be turned into a singleton. Use CHandler.getInstance() instead. 
anecho.JamochaMUD.JMConfig.getMainWindowVariable()
          MuckMain is now a singleton, information may be retrieved via MuckMain.getInstance() 
anecho.JamochaMUD.CHandler.getTextObject()
          This method has been moved to MuckMain and broken into three separate methods: getTextPanel(), getFancyTextPanel(), and getLegacyTextPanel() 
anecho.JamochaMUD.DataIn.jMSendText()
          The SendText method in CHandler should now be used 
anecho.gui.ResReader.langString(String)
          There are better ways of handling this - 2005-12-28 
anecho.gui.ResReader.langString(String, String)
          There are better ways of handling this - 2005-12-28 
anecho.gui.ResReader.langString(String, String, String)
          There are better ways of handling this - 2005-12-28 
anecho.gui.ResReader.langString(String, String, String, String)
          There are better ways of handling this - 2005-12-28 
edu.stanford.ejalbert.BrowserLauncher.openURL(String)
          -- create a BrowserLauncher object and use it instead of calling this static method. 
anecho.JamochaMUD.JMConfig.setConnectionHandler(CHandler)
          the ConnectionHandler will be turned into a singleton 
anecho.JamochaMUD.JMConfig.setMainWindowVariable(MuckMain)
          MuckMain is now a singleton, information may be retrieved via MuckMain.getInstance() 
anecho.gui.OKBox.show()
          This method is deprecated 
anecho.gui.OKBox.showCentred()
          use showCentered() instead