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?
Asked
Active
Viewed 100 times
0
-
Download the source and search inside? We wont do it for you! – Alexandre Lavoie Jun 05 '13 at 03:30
-
i didn't mean to ask for code. i was wondering if there is a template or generic approach for it. – michael501 Jul 01 '13 at 18:50
1 Answers
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