Index: openide/src/org/openide/text/CloneableEditor.java =================================================================== RCS file: /cvs/openide/src/org/openide/text/CloneableEditor.java,v retrieving revision 1.42.16.1 diff -u -r1.42.16.1 CloneableEditor.java --- openide/src/org/openide/text/CloneableEditor.java 23 Jul 2002 14:22:44 -0000 1.42.16.1 +++ openide/src/org/openide/text/CloneableEditor.java 31 Jul 2002 13:19:44 -0000 @@ -159,7 +159,7 @@ /** Overrides superclass method. In case it is called first time, * initializes this CloneableEditor. */ - public void componentShowing() { + protected void componentShowing() { super.componentShowing(); if(initialized || discard()) {