There are - as far as I've seen - three gui classes which extend JPanel
and not AbstractJMeterGuiComponent (ProxyControlGui, WorkBenchGui,
ThreadGroupGui). These classes duplicate all the stuff necessary to
implement the JMeterGuiComponent interface.
Is there a reason for this? Otherwise I would place them under
AbstractJMeterGuiComponent.