Beispiel #1
0
 /* List of all JEditorPane's opened by this editor support.
  * The first item in the array should represent the component
  * that is currently selected or has been selected lastly.
  *
  * @return array of panes or null if no pane is opened.
  *   In no case empty array is returned.
  */
 public JEditorPane[] getOpenedPanes() {
   return del.getOpenedPanes();
 }