File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/java.desktop/share/classes/javax/swing Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 1997, 2011 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 1997, 2021 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
2525package javax .swing ;
2626
2727/**
28- * A data model for a combo box. This interface extends <code>ListDataModel </code>
28+ * A data model for a combo box. This interface extends <code>ListModel </code>
2929 * and adds the concept of a <i>selected item</i>. The selected item is generally
3030 * the item which is visible in the combo box display area.
3131 * <p>
You can’t perform that action at this time.
0 commit comments