Java Platform 1.2
Beta 4

Deprecated API

Deprecated Classes
com.sun.java.swing.text.DefaultTextUI
            
 

Deprecated Methods
com.sun.java.swing.JTable.createScrollPaneForTable(JTable)
          As of Swing version 1.0.2, replaced by new JScrollPane(aTable). 
com.sun.java.swing.KeyStroke.getKeyStroke(char, boolean)
          use getKeyStroke(char) 
com.sun.java.swing.AbstractButton.getLabel()
          - Replaced by getText() 
com.sun.java.swing.JInternalFrame.getMenuBar()
          As of Swing version 1.0.3, replaced by getJMenuBar(). 
com.sun.java.swing.JRootPane.getMenuBar()
          As of Swing version 1.0.3 replaced by getJMenubar(). 
com.sun.java.swing.JPasswordField.getText()
          As of JDK version 1.2, replaced by getPassword(). 
com.sun.java.swing.JPasswordField.getText(int, int)
          As of JDK version 1.2, replaced by getPassword(). 
com.sun.java.swing.ScrollPaneLayout.getViewportBorderBounds(JScrollPane)
          As of JDK version Swing1.1 replaced by JScrollPane.getViewportBorderBounds(). 
com.sun.java.swing.text.View.modelToView(int, Shape)
            
com.sun.java.swing.AbstractButton.setLabel(String)
          - Replaced by setText(text) 
com.sun.java.swing.ToolTipManager.setLightWeightPopupEnabled(boolean)
          As of Swing1.1 replaced by setToolTipWindowUsePolicy(int). 
com.sun.java.swing.JInternalFrame.setMenuBar(JMenuBar)
          As of Swing version 1.0.3 replaced by setJMenuBar(JMenuBar m). 
com.sun.java.swing.JRootPane.setMenuBar(JMenuBar)
          As of Swing version 1.0.3 replaced by setJMenuBar(JMenuBar menu). 
com.sun.java.swing.JTable.sizeColumnsToFit(boolean)
          As of Swing version 1.0.3, replaced by sizeColumnsToFit(int). 
com.sun.java.swing.text.View.viewToModel(float, float, Shape)
            
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
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.