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