File tree 2 files changed +2
-1
lines changed
src/java.desktop/macosx/classes/com/apple/laf
test/jdk/javax/swing/JTabbedPane
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -810,6 +810,7 @@ public void propertyChange(final PropertyChangeEvent e) {
810
810
protected ChangeListener createChangeListener () {
811
811
return new ChangeListener () {
812
812
public void stateChanged (final ChangeEvent e ) {
813
+ JTabbedPane tabPane = (JTabbedPane )e .getSource ();
813
814
if (!isTabVisible (tabPane .getSelectedIndex ())) popupSelectionChanged = true ;
814
815
tabPane .revalidate ();
815
816
tabPane .repaint ();
Original file line number Diff line number Diff line change 23
23
/*
24
24
* @test
25
25
* @key headful
26
- * @bug 6286501
26
+ * @bug 6286501 8294046
27
27
* @summary Verifies if NPE is thrown from stateChanged listener of JTabbedPane
28
28
* @run main TestNPEStateChgListener
29
29
*/
You can’t perform that action at this time.
0 commit comments