JMeter just uses standard Java controls. These may well be configurable, so potentially you can even use BeanShell to fix this...
I'm assuming that you want to do this because of some complicated code? I think all the BeanShell test elements support init files; it is generally best to put as much code in there as possible (methods etc) to reduce the work done interpreting the element. S. On 01/12/06, Paul Kuykendall (PL/EUS) <[EMAIL PROTECTED]> wrote:
Hi, Is it possible to change the font used by JMeter in the large text areas? Specifically, I want to use a fixed width font in the BeanShell control types. I've done a bit of googling, but have thus far been unsuccessful. Thanks! /Paul
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

