2004-07-09 Bryce McKinlay <mckinlay@redhat.com>
* javax/swing/plaf/basic/BasicMenuUI.java (mousePressed): Remove
illegal protected method calls.
From-SVN: r84421
+2004-07-09 Bryce McKinlay <mckinlay@redhat.com>
+
+ * javax/swing/plaf/basic/BasicMenuUI.java (mousePressed): Remove
+ illegal protected method calls.
+
2004-07-09 Bryce McKinlay <mckinlay@redhat.com>
Fix or remove some bogus test cases.
{
// If menu is visible and menu button was pressed..
// then need to cancel the menu
- menu.fireMenuCanceled();
manager.clearSelectedPath();
}
else
int x = 0;
int y = menu.getHeight();
- menu.fireMenuSelected();
manager.setSelectedPath(getPath());
JMenuBar mb = (JMenuBar) menu.getParent();