Hi,
The wizard works great, however, the generated code has the indent as:
/**
 *
 * Describe <code>mouseClicked</code> method here.
 *
 * @param mouseEvent a <code>MouseEvent</code> value
 */
      public void mouseClicked(MouseEvent mouseEvent)
      {
         
      }

The comment doesn't align with the method, but to the left margin.
Is it possible to change the comment to line up with the method like what 
generated using JDE/Document/Add ? 

eg.
      /**
       * Describe <code>mouseReleased</code> method here.
       *
       * @param mouseEvent a <code>MouseEvent</code> value
       */
      public void mouseReleased(MouseEvent mouseEvent)
      {
         
      }

Can I set up something in .emacs to enforce this ?

Thanks
Mei

Reply via email to