khammond    01/09/29 17:01:34

  Modified:    src/org/apache/jmeter/gui JMeterMenuBar.java
  Log:
  Removed the horizontal glue between the Options menu and Help menu.  It's standard 
to keep the Help menu with the other menus.
  
  Revision  Changes    Path
  1.13      +0 -3      jakarta-jmeter/src/org/apache/jmeter/gui/JMeterMenuBar.java
  
  Index: JMeterMenuBar.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/org/apache/jmeter/gui/JMeterMenuBar.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- JMeterMenuBar.java        2001/09/29 15:59:33     1.12
  +++ JMeterMenuBar.java        2001/09/30 00:01:34     1.13
  @@ -248,9 +248,6 @@
                this.add(runMenu);
                this.add(reportMenu);
                this.add(optionsMenu);
  -             // This makes the help stick to the right side
  -             // I stole this from the java.sun.com tutorial page
  -             this.add(Box.createHorizontalGlue());
                this.add(helpMenu);
        }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to