Esempio n. 1
0
 /**
  * Show the code window and all its component parts
  *
  * @param b
  */
 public void setVisible(boolean b) {
   //    System.out.println("kCodeWindow opaque >> editFrame="+editFrame.isOpaque()+ "
   // buttonFrame="+buttonFrame.isOpaque()+" triangleFrame="+triangleFrame.isOpaque());
   editFrame.setVisible(b);
   buttonFrame.setVisible(b);
   triangleFrame.setVisible(b);
   ((DrawingArea) desktop).fireCodeWindowEvent();
   if (b) textarea.requestFocus();
 }