0

I am writing an application that looks very similar to jmeter, except 'actions' are different. How can I extract the basic code (setting up nodes and allowing user to add new nodes etc) from jmeter?

fvrghl
  • 3,642
  • 5
  • 28
  • 36
michael501
  • 1,452
  • 9
  • 18

1 Answers1

0

JMeter is using GUI widget toolkit Java's Swing. You can check example of Tree and add drag and drop abilities and add/remove items.

Ori Marko
  • 56,308
  • 23
  • 131
  • 233