Swing 1.1
Beta2

Deprecated API

Deprecated Classes
javax.swing.text.DefaultTextUI
            
javax.swing.text.TableView.TableCell
          A table cell can now be any View implementation. 
 

Deprecated Methods
javax.swing.JTable.createScrollPaneForTable(JTable)
          As of Swing version 1.0.2, replaced by new JScrollPane(aTable). 
javax.swing.text.TableView.createTableCell(Element)
          Table cells can now be any arbitrary View implementation and should be produced by the ViewFactory rather than the table. 
javax.swing.JToolBar.getComponentAtIndex(int)
          replaced by getComponent(int i) 
javax.swing.JMenuBar.getComponentAtIndex(int)
          replaced by getComponent(int i) 
javax.swing.JPopupMenu.getComponentAtIndex(int)
          replaced by getComponent(int i) 
javax.swing.KeyStroke.getKeyStroke(char, boolean)
          use getKeyStroke(char) 
javax.swing.AbstractButton.getLabel()
          - Replaced by getText() 
javax.swing.JInternalFrame.getMenuBar()
          As of Swing version 1.0.3, replaced by getJMenuBar(). 
javax.swing.JRootPane.getMenuBar()
          As of Swing version 1.0.3 replaced by getJMenubar(). 
javax.swing.JPasswordField.getText()
          As of JDK version 1.2, replaced by getPassword(). 
javax.swing.JPasswordField.getText(int, int)
          As of JDK version 1.2, replaced by getPassword(). 
javax.swing.ScrollPaneLayout.getViewportBorderBounds(JScrollPane)
          As of JDK version Swing1.1 replaced by JScrollPane.getViewportBorderBounds(). 
javax.swing.text.View.modelToView(int, Shape)
            
javax.swing.AbstractButton.setLabel(String)
          - Replaced by setText(text) 
javax.swing.ToolTipManager.setLightWeightPopupEnabled(boolean)
          As of Swing1.1 replaced by setToolTipWindowUsePolicy(int). 
javax.swing.JInternalFrame.setMenuBar(JMenuBar)
          As of Swing version 1.0.3 replaced by setJMenuBar(JMenuBar m). 
javax.swing.JRootPane.setMenuBar(JMenuBar)
          As of Swing version 1.0.3 replaced by setJMenuBar(JMenuBar menu). 
javax.swing.JTable.sizeColumnsToFit(boolean)
          As of Swing version 1.0.3, replaced by sizeColumnsToFit(int). 
javax.swing.text.View.viewToModel(float, float, Shape)
            
 


Swing 1.1
Beta2

Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.