jdk/src/solaris/classes/sun/awt/X11/XBaseMenuWindow.java
changeset 10419 12c063b39232
parent 5506 202f599c92aa
child 16839 d0f2e97b7359
equal deleted inserted replaced
10418:1d57022fdb6e 10419:12c063b39232
   155 
   155 
   156         public Object clone() {
   156         public Object clone() {
   157             try {
   157             try {
   158                 return super.clone();
   158                 return super.clone();
   159             } catch (CloneNotSupportedException ex) {
   159             } catch (CloneNotSupportedException ex) {
   160                 throw new InternalError();
   160                 throw new InternalError(ex);
   161             }
   161             }
   162         }
   162         }
   163 
   163 
   164         public XMenuItemPeer[] getItems() {
   164         public XMenuItemPeer[] getItems() {
   165             return this.items;
   165             return this.items;