hi
was soll das bedeuten, ist sun mit 1.5 nicht fertig geworden?
code aus javax.swing.JMenuBar
was soll das bedeuten, ist sun mit 1.5 nicht fertig geworden?
code aus javax.swing.JMenuBar
Code:
/**
* Sets the help menu that appears when the user selects the
* "help" option in the menu bar. This method is not yet implemented
* and will throw an exception.
*
* @param menu the JMenu that delivers help to the user
*/
public void setHelpMenu(JMenu menu) {
throw new Error("setHelpMenu() not yet implemented.");
}
/**
* Gets the help menu for the menu bar. This method is not yet
* implemented and will throw an exception.
*
* @return the <code>JMenu</code> that delivers help to the user
*/
public JMenu getHelpMenu() {
throw new Error("getHelpMenu() not yet implemented.");
}